mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
9 lines
255 B
Text
9 lines
255 B
Text
[[esql-date_parse]]
|
|
=== `DATE_PARSE`
|
|
Converts a string to a date, in the provided format. If no format
|
|
is specified, the `yyyy-MM-dd'T'HH:mm:ss.SSSZ` format is used.
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/docs.csv-spec[tag=dateParse]
|
|
----
|