Day.js Date handling
Day.js Plugins
// in your JavaScript for Page or Workspace Level first require the plugin
var advancedFormat = require('dayjs/plugin/advancedFormat');
// then you can extend Day.js by it.
window.dayjs.extend(window.dayjs_plugin_advancedFormat);A demo App with Day.js and Plugin usage.
Last updated
Was this helpful?