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
Rasbehari DasRasbehari Das 

how to change date format in lightning-record-edit-form fields

Soundar Rajan PonpandiSoundar Rajan Ponpandi
Hi Das,

Please refer the following code
 
<ui:inputDate aura:id="EndDateField" value="" displayDatePicker="true" format="MM/dd/yyyy"/>

Regards,
Soundar.