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
please consider providing methods for validating the following:
isoDate: 2015-03-11 isoDateTime: 2015-03-11T13:23:51+00:00 || 2015-03-11T13:23:51Z
ref: http://en.wikipedia.org/wiki/ISO_8601
I currently use this: https://github.com/zaggino/z-schema/blob/master/src/FormatValidators.js#L6-L45 and I'd like to delegate this to your validator if possible since it's referenced for validating emails anyway
The text was updated successfully, but these errors were encountered:
Please see http://stackoverflow.com/a/14322189/192024 for a more appropriate regular expression
Sorry, something went wrong.
Thanks for the request. PRs are welcome :)
That can be done easily using moment.js which supports ISO 8601 but I am not sure if moment.js should be included as a dependency...
7a7afaf
No branches or pull requests
please consider providing methods for validating the following:
ref: http://en.wikipedia.org/wiki/ISO_8601
I currently use this: https://github.com/zaggino/z-schema/blob/master/src/FormatValidators.js#L6-L45 and I'd like to delegate this to your validator if possible since it's referenced for validating emails anyway
The text was updated successfully, but these errors were encountered: