... |
... |
@@ -24,9 +24,22 @@ |
24 |
24 |
: Validates for an international bank account number. |
25 |
25 |
; Number (decimal separator: period) |
26 |
26 |
: Validates for a decimal number with a period as the decimal separator. Decimal places are not required. |
|
27 |
+; Date (UK) |
|
28 |
+: Validates for a UK date in the format dd/mm/yyyy, e.g. 31/05/2020 |
|
29 |
+; Date (US) |
|
30 |
+: Validates for a US date in the format mm-dd-yyyy, e.g. 05-31-2020 |
27 |
27 |
|
28 |
|
-== Versionshistorie == |
|
32 |
+== Changelog == |
29 |
29 |
|
|
34 |
+=== 2.0.0 === |
|
35 |
+ |
|
36 |
+* Update for version 7 of {{formcycle/}} |
|
37 |
+* New validation rules for English date formats (UK, US) |
|
38 |
+ |
|
39 |
+=== 1.2.0 === |
|
40 |
+ |
|
41 |
+* Minor bug fixes |
|
42 |
+ |
30 |
30 |
=== 1.1.1 === |
31 |
31 |
|
32 |
32 |
* Fix: IE Java-Script |