moment utl:Moment.js实用程序 源码
瞬间 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.zip
(预估有个24文件)
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
暂无评论