文件名称:moment-utl:Moment.js实用程序
文件大小:85KB
文件格式:ZIP
更新时间:2024-03-21 22:38:48
i18n utility time utilities date
瞬间 Moment.js实用程序。 安装 npm install --save moment-utl 安装对等项依赖项: npm install --save moment 用法 原料药 allSupportedLocales 按Moment返回所有受支持的语言环境,而无需将它们加载到Moment中。 返回 < >所有受支持语言环境的数组,其中每个值都是标识语言环境的字符串。 import { allSupportedLocales } from "moment-utl" ; const locales = allSupportedLocales ( ) ; // locales = ["af", "ar", "ar-dz", "ar-kw", "ar-ly", ... , "zh-hk", "zh-tw"] 注意: allSupportedLocales()使用mome
【文件预览】:
moment-utl-master
----.eslintrc.js(1KB)
----webpack.config.js(2KB)
----src()
--------defaultFallbackLocale.js(1KB)
--------allSupportedLocalesMap.js(2KB)
--------toMomentLocale.js(4KB)
--------allSupportedLocales.js(2KB)
--------importLocale.js(4KB)
--------getWeekDays.js(2KB)
--------firstDateOfCurrentMonth.js(1KB)
--------getWeekRange.js(2KB)
--------index.js(2KB)
----.babelrc(1KB)
----scripts()
--------createAllSupportedLocalesRes.js(3KB)
--------index.js(1KB)
----tsconfig.json(614B)
----LICENSE(1KB)
----README.md(16KB)
----index.d.ts(780B)
----.editorconfig(147B)
----.gitignore(52B)
----bin()
--------moment-utl-locales.js(45B)
----.eslintignore(63B)
----package-lock.json(249KB)
----package.json(3KB)