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
.dateFormatter({skeleton: 'MMMMd'})(newDate('2015-10-05'))/*Uncaught Error: E_UNSUPPORTED: Unsupported {"feature":"year pattern `u`"}. at createError (http://10.3.220.169:8002/vendor/globalize/dist/globalize.js:105:10) at createErrorUnsupportedFeature (http://10.3.220.169:8002/vendor/globalize/dist/globalize/number.js:52:9) at http://10.3.220.169:8002/vendor/globalize/dist/globalize/date.js:646:11 at String.replace (native) at dateFormatProperties (http://10.3.220.169:8002/vendor/globalize/dist/globalize/date.js:604:10) at Globalize.dateFormatter.Globalize.dateFormatter [as dateFormatter] (http://10.3.220.169:8002/vendor/globalize/dist/globalize/date.js:1749:15)*/
I'm trying to format a date in German locale, so in result I have
5 Oktober
.That works fine:
That fails:
Nonetheless, Finnish locale gives expected result:
How to get
5 Oktober
inde
locale?The text was updated successfully, but these errors were encountered: