You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Read the documentation for the security module at [#security-validators](#securi
88
88
***time** — *hh:mm*
89
89
***birthdate** — *yyyy-mm-dd, not allowing dates in the future or dates that's older than 122 years (format can be customized, more information below)*
90
90
91
-
Read the documentation for the date module at [http://formvalidator.net/#date-validators](http://formvalidator.net/#date-validators)
91
+
Read the documentation for the date module at [#date-validators](#date-validators)
92
92
93
93
### Module: location
94
94
***country**
@@ -725,6 +725,30 @@ By using the validator <code>letternumeric</code> you can validate that given in
This validator is the same as the default <ahref="#default-validators_dates">date validator</a> except that it only allows past dates and dates that is not older than 120 years.
733
+
734
+
```
735
+
<!-- Validate birth date formatted yyyy-mm-dd -->
736
+
<input type="text" data-validation="birthdate">
737
+
738
+
<!-- Validate birthdate formatted yyyy-mm-dd but dont require leading zeros -->
0 commit comments