dayjs
dayjs copied to clipboard
[Feature Request]Support parse the format of `advancedFormat` plugin
Describe the bug
Run below code and it will return uncorrect date.
const dateStr = dayjs('2021-01-02').format('gggg ww')
dayjs(dateStr , 'gggg ww')
