You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the following differences when using jQuery-UI Datepicker. Formatter was providing the date input's initial value on page load and the format changed after using Datepicker.
Both are ICU 'medium'.
locale
asDate()
convertDateIcuToJui()
en-US
Apr 4, 2015
Apr 4 2015
ru-RU
04 авг. 2015 г.
04 Авг 2015 г.
or something like that
The text was updated successfully, but these errors were encountered:
This issue has originally been reported by @tom-- at yiisoft/yii2#9312.
Moved here by @cebe.
I noticed the following differences when using jQuery-UI Datepicker.
Formatter
was providing the date input's initial value on page load and the format changed after using Datepicker.Both are ICU 'medium'.
or something like that
The text was updated successfully, but these errors were encountered: