Dayjs cannot parse from gggg
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I want to parse a date: 2019W19 with dayjs:
```js
dayjs("2019W19","gggg[W]ww")
```
It dose not support yet,
But moment supports it already.
```js
moment("2019W19","gggg[W]ww")
```
Contributor guide
Assessment
This issue has not been assessed yet.