Error parsing string
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Just found this bug on my app, dayjs can't parse the string right, even when i'm forcing the format.
I'm trying to parse the string '02022000'. Got working using something to separate the numbers.

Just used the devtools on https://day.js.org/ to get the image above
**Expected behavior**
I would expect to use `dayjs('02022000', 'DDMMYYYY').format('DD/MM/YYYY')` and get `02/02/2000`

**Information**
- Day.js Version: v1.8.27
- OS: Windows 10
- Browser: Chrome 83.0.4103.106
- Time zone: GMT -3
Contributor guide
Assessment
This issue has not been assessed yet.