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
2.1.0
When validating a date with a format containing the symbol Z (see https://day.js.org/docs/en/display/format#list-of-all-available-formats) it will fail.
Z
This issue seems to be related on DayJS latest version. Here some tickets open on their github :
Here an example to test :
vine.object({ startDateTime: vine .date({ formats: ['YYYY-MM-DD[T]HH:mmZ'], }) })
input : "startDateTime": "2024-09-11T14:20+0200"
"startDateTime": "2024-09-11T14:20+0200"
I wish you all a lovely day :)
No response
The text was updated successfully, but these errors were encountered:
Seems like a lot of issues coming from DayJS. Maybe, we should consider moving a more stable (yet small) library for dates parsing
Sorry, something went wrong.
No branches or pull requests
Package version
2.1.0
Describe the bug
When validating a date with a format containing the symbol
Z
(see https://day.js.org/docs/en/display/format#list-of-all-available-formats) it will fail.This issue seems to be related on DayJS latest version. Here some tickets open on their github :
Here an example to test :
input :
"startDateTime": "2024-09-11T14:20+0200"
I wish you all a lovely day :)
Reproduction repo
No response
The text was updated successfully, but these errors were encountered: