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
Akash PuneraAkash Punera 

Using lightning component tag "<ui:inputDateTime />" Datetime format is not reflecting based on locale for en_US locale but working for other locale format.

Issue: Using lightning component tag "<ui:inputDateTime aura:id="today" label="Time" class="field" value="" displayDatePicker="true" format="M/D/YYYY"/>" Datetime format is not reflecting based on locale for en_US locale but working for other locale format.
Expected:6/28/2018
Actual: Jun 28, 2018
Raj VakatiRaj Vakati
Specify the langLocale ='en_Us' it will work 

Or Use $Locale.langLocale to get the local and set to the UI ..