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
The IntlDateFormatter in PHP uses the value of intl.default_locale, not
\setlocale in order to decide on the formatting to use for dates when a
null value/empty string is passed as the locale.
This explicitly sets it so that dates in the en-CA locale are formatted
as YYYY-mm-dd instead of YYYY/mm/dd.
0 commit comments