[DOCS] Add example format for `date_optional_time` (#50458)
Adds an example format for `date_optional_time` to the `format` mapping parameter docs. Closes #50457
This commit is contained in:
parent
c3d207f437
commit
d5f4790f90
|
@ -66,8 +66,9 @@ The following tables lists all the defaults ISO formats supported:
|
||||||
|
|
||||||
[[strict-date-time]]`date_optional_time` or `strict_date_optional_time`::
|
[[strict-date-time]]`date_optional_time` or `strict_date_optional_time`::
|
||||||
|
|
||||||
A generic ISO datetime parser where the date is mandatory and the time is
|
A generic ISO datetime parser where the date, in `year_month_day format`, is
|
||||||
optional.
|
mandatory and the time, separated by `T`, is optional.
|
||||||
|
Examples: `yyyy-MM-dd'T'HH:mm:ss.SSSZ` or `yyyy-MM-dd`.
|
||||||
|
|
||||||
`basic_date`::
|
`basic_date`::
|
||||||
|
|
||||||
|
@ -281,4 +282,3 @@ The following tables lists all the defaults ISO formats supported:
|
||||||
|
|
||||||
A formatter for a four digit year, two digit month of year, and two digit
|
A formatter for a four digit year, two digit month of year, and two digit
|
||||||
day of month: `yyyy-MM-dd`.
|
day of month: `yyyy-MM-dd`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue