We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
element-plus
dayjs
Describe the bug 输入99999999999999999999999-12-01被格式化成了年份10007,且22222222222222222222到9999999999999999999999999之间格式化都有问题
99999999999999999999999-12-01
10007
22222222222222222222
9999999999999999999999999
Expected behavior 按理说应该会被截取前4位
Information
The text was updated successfully, but these errors were encountered:
see element-plus/element-plus#19841
dayjs('9999999999999999999999-12-01', 'YYYY-MM-DD') ### expected 9999-12-01 ### actually 10007-12-01
Sorry, something went wrong.
No branches or pull requests
Describe the bug
输入
99999999999999999999999-12-01
被格式化成了年份10007
,且22222222222222222222
到9999999999999999999999999
之间格式化都有问题Expected behavior
按理说应该会被截取前4位
Information
The text was updated successfully, but these errors were encountered: