在 NodeJS 中加载插件
按需加载插件。
var AdvancedFormat = require('dayjs/plugin/advancedFormat')
// import AdvancedFormat from 'dayjs/plugin/advancedFormat' // ES 2015
dayjs.extend(AdvancedFormat) // use plugin
当前版本 v1.11
更多文档按需加载插件。
var AdvancedFormat = require('dayjs/plugin/advancedFormat')
// import AdvancedFormat from 'dayjs/plugin/advancedFormat' // ES 2015
dayjs.extend(AdvancedFormat) // use plugin
Day.js 中文文档 - 粤ICP备14034220号-1