mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
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>
24 lines
517 B
Text
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[]
|