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
There's currently some very basic forward-thinking provision in makeFormatter.js for locale support. Currently just for day of week stuff, but could quite easily also be used in the L and l tokens.
At the moment, the locale argument in makeFormatter is hardcoded to null everywhere it'sused. Shouldn't be too hard to expose that, probably via speedDate.locale(obj) which would return a new instance of speedDate with its own formatter cache.
The text was updated successfully, but these errors were encountered:
There's currently some very basic forward-thinking provision in makeFormatter.js for locale support. Currently just for day of week stuff, but could quite easily also be used in the
L
andl
tokens.At the moment, the
locale
argument in makeFormatter is hardcoded tonull
everywhere it's used. Shouldn't be too hard to expose that, probably viaspeedDate.locale(obj)
which would return a new instance of speedDate with its own formatter cache.The text was updated successfully, but these errors were encountered: