String + Format support Array
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
// now
dayjs.extend(customParseFormat)
dayjs("12-25-1995", "MM-DD-YYYY")
// Is Supported ???
dayjs.extend(customParseFormat)
dayjs("12-25-1995", ["MM-DD-YYYY", "MM月DD日YY年"])
```
moment support Array Format。
This is Supported???
Contributor guide
Assessment
This issue has not been assessed yet.