1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Extend date formatting

This commit is contained in:
Mel O'Hagan 2022-11-18 09:15:15 +00:00
parent 5cf1d4141c
commit a3ee16a26a

View file

@ -1,6 +1,9 @@
const dayjs = require("dayjs")
dayjs.extend(require("dayjs/plugin/duration"))
dayjs.extend(require("dayjs/plugin/advancedFormat"))
dayjs.extend(require("dayjs/plugin/isoWeek"))
dayjs.extend(require("dayjs/plugin/weekYear"))
dayjs.extend(require("dayjs/plugin/weekOfYear"))
dayjs.extend(require("dayjs/plugin/relativeTime"))
dayjs.extend(require("dayjs/plugin/utc"))
dayjs.extend(require("dayjs/plugin/timezone"))