elasticsearch/docs/reference/esql/functions/date-time-functions.asciidoc
AlexB 931dcae41d
Add improvements to the ES|QL docs (#101195)
Content and structural improvements to the ES|QL docs

---------

Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-23 07:45:42 -07:00

24 lines
517 B
Text

[[esql-date-time-functions]]
==== {esql} date-time functions
++++
<titleabbrev>Date-time functions</titleabbrev>
++++
{esql} supports these date-time functions:
// tag::date_list[]
* <<esql-auto_bucket>>
* <<esql-date_extract>>
* <<esql-date_format>>
* <<esql-date_parse>>
* <<esql-date_trunc>>
* <<esql-now>>
// end::date_list[]
include::auto_bucket.asciidoc[]
include::date_extract.asciidoc[]
include::date_format.asciidoc[]
include::date_parse.asciidoc[]
include::date_trunc.asciidoc[]
include::now.asciidoc[]