elasticsearch/docs/reference/esql/functions/date_parse.asciidoc
2023-07-19 14:08:06 +02:00

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]
----