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 11Date
22====
33
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.
66
77+----------------+--------------------------------------------------------------------+
88| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 11DateTime
22========
33
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.
66
77+----------------+------------------------------------------------------------------------+
88| Applies to | :ref: `property or method <validation-property-target >` |
Original file line number Diff line number Diff line change 11Time
22====
33
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.
66
77+----------------+------------------------------------------------------------------------+
88| Applies to | :ref: `property or method <validation-property-target >` |
You can’t perform that action at this time.
0 commit comments