Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String + Format support Array #817

Open
GuoSirius opened this issue Mar 5, 2020 · 2 comments
Open

String + Format support Array #817

GuoSirius opened this issue Mar 5, 2020 · 2 comments

Comments

@GuoSirius
Copy link

// 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???

@iamkun
Copy link
Owner

iamkun commented Mar 5, 2020

Not at this moment, maybe later.

@tenorok
Copy link

tenorok commented Dec 26, 2021

It seems that it's already done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants