iamkun / iamkun/dayjs

String + Format support Array

Open
#817 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.