Skip to content
On this page

加载插件 (NodeJS)

按需加载插件。

javascript
var AdvancedFormat = require("dayjs/plugin/advancedFormat");
// import AdvancedFormat from 'dayjs/plugin/advancedFormat' // ES 2015

dayjs.extend(AdvancedFormat); // use plugin
javascript
var AdvancedFormat = require("dayjs/plugin/advancedFormat");
// import AdvancedFormat from 'dayjs/plugin/advancedFormat' // ES 2015

dayjs.extend(AdvancedFormat); // use plugin

Released under the MIT License.