date_parse.asciidoc 255 B

123456789
  1. [[esql-date_parse]]
  2. === `DATE_PARSE`
  3. Converts a string to a date, in the provided format. If no format
  4. is specified, the `yyyy-MM-dd'T'HH:mm:ss.SSSZ` format is used.
  5. [source.merge.styled,esql]
  6. ----
  7. include::{esql-specs}/docs.csv-spec[tag=dateParse]
  8. ----