Skip to content

Commit 3f1ae26

Browse files
committed
duplicated date table
1 parent 4e6a310 commit 3f1ae26

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/functions/temporal/index.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,19 @@ The following table lists the supported truncation units and the corresponding s
339339
| *Returns* 3+| `DATE`
340340
|===
341341

342+
343+
344+
.Details
345+
|===
346+
| *Syntax* 3+| `date( [input] )`
347+
| *Description* 3+| Creates a `DATE` instant.
348+
.2+| *Arguments* | *Name* | *Type* | *Description*
349+
| `input` | `ANY` | Either a string representation of a temporal value, a map containing the single key 'timezone', or a map containing temporal values ('date', 'year', 'month', 'day', 'week', 'dayOfWeek', 'quarter', 'dayOfQuarter', 'ordinalDay') as components.
350+
| *Returns* 3+| `DATE`
351+
|===
352+
353+
354+
342355
.Temporal components
343356
[options="header"]
344357
|===

0 commit comments

Comments
 (0)