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
parsing the string '2015-04-10' using en-US or en-AU works as expected, toString returns '10 Apr 2015' for format string 'dd MMM yyy'.
However for string '2015-4-10', en-US works as expected, however when the language is en-AU it returns '04 Oct 2015'. Is there some reason why it behaves differently for single digit months with en-AU?
parsing the string '2015-04-10' using en-US or en-AU works as expected, toString returns '10 Apr 2015' for format string 'dd MMM yyy'.
However for string '2015-4-10', en-US works as expected, however when the language is en-AU it returns '04 Oct 2015'. Is there some reason why it behaves differently for single digit months with en-AU?
This fiddle demonstrates the problem:
https://jsfiddle.net/DJMatty/wxzbp1r7/
The text was updated successfully, but these errors were encountered: