dayjs week plugin (fr, en-gb)

node v10.24.1
version: master
endpointsharetweet
const dayjs = require("dayjs") require('dayjs/locale/fr') require('dayjs/locale/en-gb') const weekOfYear = require('dayjs/plugin/weekOfYear') dayjs.extend(weekOfYear) console.log(dayjs('2020-12-31').locale('fr').week()) console.log(dayjs('2020-12-31').locale('en-gb').week())
Loading…

no comments

    sign in to comment