Skip to content

Commit

Permalink
fix(utils): parseDate custom format not working
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored and RikkaBlue committed Apr 9, 2022
1 parent a03175d commit 3215a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/parse-date.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const dayjs = require('dayjs');
dayjs.extend(require('dayjs/plugin/customParseFormat'));
dayjs.extend(require('dayjs/plugin/duration'));
dayjs.extend(require('dayjs/plugin/weekday'));

Expand Down

0 comments on commit 3215a42

Please sign in to comment.