This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ All validators are written as `snake_case` but it's up to the user's taste and c
211211* ` date_euro_long_between:d1,d2 ` Date must follow European long format and is between (d1) & ; (d2)
212212* ` date_euro_long_max:d ` Date must follow European long format and is lower or equal than date (d)
213213* ` date_euro_long_min:d ` Date must follow European long format and is higher or equal than date (d)
214- * ` date_euro_short ` Date must follow the European short format (dd-mm-yy) or (dd/mm/yy)
215- * ` date_euro_short_between:d1,d2 ` Date must follow the European short format and is between (d1) & ; (d2)
216- * ` date_euro_short_max:d ` Date must follow European short format and is lower or equal than date (d)
217- * ` date_euro_short_min:d ` Date must follow European short format and is higher or equal than date (d)
214+ * ` date_euro_short ` Date must follow the Euro short format (dd-mm-yy) or (dd/mm/yy)
215+ * ` date_euro_short_between:d1,d2 ` Date must follow the Euro short format and is between (d1) & ; (d2)
216+ * ` date_euro_short_max:d ` Date must follow Euro short format and is lower or equal than date (d)
217+ * ` date_euro_short_min:d ` Date must follow Euro short format and is higher or equal than date (d)
218218* ` date_us_long ` Date must follow the US long format (mm-dd-yyyy) or (mm/dd/yyyy)
219219* ` date_us_long_between:d1,d2 ` Date must follow the US long format and is between (d1) & ; (d2)
220220* ` date_us_long_max:d ` Date must follow US long format and is lower or equal than date (d)
You can’t perform that action at this time.
0 commit comments