[Feature Request]Support parse the format of `advancedFormat` plugin
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**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')
```

Contributor guide
Assessment
This issue has not been assessed yet.