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
Got this :
$ node > var validator = require("validator"); > validator.isDate("2015-08-17T09:34:06.000Z"); false > validator.isDate("2015-08-17T09:43:06.000Z"); true > validator.isDate("2015-08-17T09:40:06.000Z"); true > validator.isDate("2015-08-17T09:30:06.000Z"); false > validator.isDate("2015-08-17T09:20:06.000Z"); false > validator.isDate("2015-08-17T09:50:06.000Z"); true
If somebody understands something...
Probably related : sequelize/sequelize#4339
The text was updated successfully, but these errors were encountered:
See #422
Sorry, something went wrong.
I'll revert #418.
#418 introduced some regressions. It has been reverted in v4.0.4.
Thank you @chriso !
No branches or pull requests
Got this :
If somebody understands something...
Probably related : sequelize/sequelize#4339
The text was updated successfully, but these errors were encountered: