Hell everybody,

Sorry for stupid question:

How to call JSP data picker in JSP page. Now I am using simple texBox field:
...
Code:
<input type="text" name="date" id="txtDate"/><br>
...
How to replace it into datetime picker?

Thanks in advance.

A.