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
vikas  malikvikas malik 

Custom date picker

Best Answer chosen by vikas malik
Gaurav NirwalGaurav Nirwal

Hi,

Check the below links,
http://salesforce.stackexchange.com/questions/17992/binding-custom-date-picker

All Answers

PratikPratik (Salesforce Developers) 
Hi Vikas,

This should help:
http://bobbuzzard.blogspot.sg/2012/03/custom-date-picker.html

Thanks,
Pratik
Gaurav NirwalGaurav Nirwal

Hi,

Check the below links,
http://salesforce.stackexchange.com/questions/17992/binding-custom-date-picker
This was selected as the best answer
Alex Kirby 8Alex Kirby 8
I used this:
 
From <apex:inputText value="{!inputText1}" size="10" id="demo" onfocus="DatePicker.pickDate(false, this , false);" />
Works well. if you need any info on using it in a class give me a shout. I'm no pro but I'm getting there.
 
rachana bahetyrachana bahety
this shows the date picker but when we insert value in this field its not getting saved in the record