Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Can anyone recommend a Bootstrap based Datepicker which works with Visualforce ?
I have tried my hand at a few options but none of them seem to work properly!
I have been using bootstrao 3.0 in my VF page and date picker .Below is the code :
<apex:inputText id="dop" style="width: 156px" value="{!ValidFromDate}" size="12" onfocus="DatePicker.pickDate(false, '{!$Component.dop}', false);" /><apex:outputLink styleClass="dateFormat" value="javascript:DatePicker.insertDate('{!$Component.dop}', true);"></apex:outputLink></div>
Do remember to include jquery in your VF page.<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Thanks,
Ankit Gupta