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
DaniHellDaniHell 

How Can I use an datepicker of apex in jquery mobile?

How can I use an datepicker of apex in my jquery mobile page. At the moment my code is looking like this.

 

<br/>
		<label>Enddatum</label>
    	<apex:inputField value="{!ZeiterfassungsListe.Enddatum__c}"/>
    	
    	<br/>
		<label>Öffentliche Notizen</label>
    	<apex:inputField value="{!ZeiterfassungsListe.Oeffentliche_Notizen__c}"/>
 

 

 

On the result i get an empty field without any selection of dates. Under the field it shows the date of today.. Crazy...

I want to get the normal datepicker of salesforce.

Any solution???

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Saurabh DhobleSaurabh Dhoble

Check this post, it talks about a similar problem with VF pages. I think you can use the same solution.