How to use localeData ?
See original GitHub issueHi i want to change moment.js to day.js in my library.
I wonder how to use localaleData in day.js. In case of moment.js
moment.localeData(locale).monthsShort()
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Android's LocaleData class. Accessing miscellaneous data in ...
LocaleData is, as the documentation currently puts it, a class for accessing miscellaneous data in the locale bundles. Well. Let's take a look....
Read more >LocaleData | Android Developers
Gets the LocaleData object associated with the default FORMAT locale ... Google uses cookies to deliver its services, to personalize ads, and to...
Read more >ICU4J LocaleData.MeasurementSystem - java - Stack Overflow
It basically forces you to use wrappers. The LocaleData class is not that useful, but you can learn few things. Quotation and locale...
Read more >LocaleData
localeData API to supply locale data. var localeData = require('dayjs/plugin/localeData') dayjs.extend(localeData) dayjs().
Read more >android_icu4j/src/main/java/android/icu/util/LocaleData.java
@param options Bitmask for options to apply to the exemplar pattern. * Specify zero to retrieve the exemplar set as it is. *...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@y0c update doc: https://day.js.org/docs/en/plugin/locale-data
We have an experimental plugin
localeData
from v1.8.10demo: https://runkit.com/embed/488qfv8m02rz
And if you only want to get the locale object, just
import ko from 'dayjs/locale/ko'
, like this https://github.com/iamkun/dayjs/blob/dev/docs/en/I18n.md#customizefeedback is welcomed.
@transtone do you mean
weekdaysMin
weekdaysShort
?