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
jojoforcejojoforce 

lightning:inputField of type Date is not displaying correctly in Salesforce Mobile

We have a custom object MyObject__c with a date field Pickup_Date__c and it displays correclty on the desktop/browser but in the Salesforce Mobile it is not displaying correctly. See below.
<lightning:recordEditForm aura:id="recordEditForm" objectApiName="MyObject__c" recordId="{!v.recordId}" >

        <lightning:inputField fieldName="Pickup_Date__c" />

	<lightning:button type="submit" />
</lightning:recordEditForm>
 
User-added image
VinayVinay (Salesforce Developers) 
You can reach out to Salesforce 1 Mobile App group for inputs on your ask.

https://trailhead.salesforce.com/trailblazer-community/groups/0F9300000001qa1CAA?tab=discussion&sort=LAST_MODIFIED_DATE_DESC

Please mark as Best Answer if above information was helpful.

Thanks,