This is date picker coding:
create any simple jsp portlet and in view.jsp apply this coding and try it out.
textbox id = basics
input type="textbox" id="basics" size="10" value="click here"
in script write this code :
jQuery('#basics').datepicker();
-Gnaniyar Zubair
Saturday, September 27, 2008
Subscribe to:
Post Comments (Atom)

2 comments:
Hi Gnaniyar,
Thanks a lot for this information about date picker.
I tried it in one of my jsps. Its works fine.
I am looking for localization too. Like Date picker appears in the language of the user. Is it possible to customise this base on locale?
Post a Comment