File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Date
2
2
====
3
3
4
- Validates that a value is a valid date, meaning a string (or an object that can be cast into a string)
5
- that follows a valid YYYY-MM-DD format.
4
+ Validates that a value is a valid date, meaning a string (or an object that can
5
+ be cast into a string) that follows a valid `` YYYY-MM-DD `` format.
6
6
7
7
+----------------+--------------------------------------------------------------------+
8
8
| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 1
1
DateTime
2
2
========
3
3
4
- Validates that a value is a valid "datetime", meaning a string (or an object that can be cast into a string)
5
- that follows a specific format.
4
+ Validates that a value is a valid "datetime", meaning a string (or an object
5
+ that can be cast into a string) that follows a specific format.
6
6
7
7
+----------------+------------------------------------------------------------------------+
8
8
| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 1
1
Time
2
2
====
3
3
4
- Validates that a value is a valid time, meaning a string (or an object that can be cast into a string)
5
- that follows a valid ``HH:MM:SS `` format.
4
+ Validates that a value is a valid time, meaning a string (or an object that can
5
+ be cast into a string) that follows a valid ``HH:MM:SS `` format.
6
6
7
7
+----------------+------------------------------------------------------------------------+
8
8
| Applies to | :ref: `property or method <validation-property-target >` |
You can’t perform that action at this time.
0 commit comments