1. 首页
  2. 数据库
  3. 其它
  4. moment utl:Moment.js实用程序 源码

moment utl:Moment.js实用程序 源码

上传者: 2021-03-30 07:57:39上传 ZIP文件 85.47KB 热度 18次
瞬间 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
用户评论