You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// nowdayjs.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???
The text was updated successfully, but these errors were encountered:
moment support Array Format。
This is Supported???
The text was updated successfully, but these errors were encountered: