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.
Printable View
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.
Hi,
JSP doesn't have a date picker. What you need is a javascript date picker and you can find many of them on the web just by searching google, have a look HERE
Hope This Helps