-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
isDate() #1130
Comments
I think there was a reason this was removed, we'll need to check the archives... |
@profnandaa It would be nice to have a validator for a simple use case as i mentioned above |
Sure, please make a PR and we could pick up from there. I don't want to be blocking. Also check |
/cc. @chriso |
I will look also on some archived PRs that had previously addressed the issue of |
I would like to work on this issue as a part of my hacktoberfest contributions. If this is still being investigated I can move on to another. |
You could skip this one for now and pick another.
./na
--
Sent from a tiny device while on the move.
|
Added Date Validation PR #1170 |
Hey! I can work on this issue if no one else is working on it right now. |
@artorias111 -- I don't think anyone else is working on it, please go ahead. /cc. @chriso -- any history lesson on why |
please have a look at the PR, I am in need of this implementation thought of doing it let me know if any changes are needed thanks! |
Is the isDate() validator now available to use? I am needing this validation for a project I am currently working on. |
Is there an ETA on when this may be available? |
@rkoziel -- best bet, (end of) April release. |
I noticed there is no validator such as isDate() . It was removed in previous version. It would be handy to have a validator that checks date only unlike the datestring.
For example, 2018/08/09 , 1988-07-18
The text was updated successfully, but these errors were encountered: