function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
downloadingdownloading 

DatePicker

HI , 

i wanna display a date picker on my visualforce page

How is this possible using Apex code, 

could any one help me how would i achieve

would be helpful if any example or sample is shown for 

better understanding

 

 

thanks

soofsoof

Try using jQuery DatePicker... it's slick!

http://jqueryui.com/demos/datepicker/

 

Thanks.