A timezone-less calendar date
YYYY-MM-DD
e.g. 2023-11-24
.
There is only one default example of a date attribute, foundation_date
on the company object.
Date attributes can only be single-select.
value
(a string).
'2023'
→ '2023-01-01'
'2023-01'
→ '2023-01-01'
'2023-01-02'
→ '2023-01-02'
'2023-01-02T13:00'
→ '2023-01-02'
'2023-01-02T14:00:00'
→ '2023-01-02'
'2023-01-02T15:00:00.000000000'
→ '2023-01-02'
'2023-01-02T15:00:00.000000000+02:00'
→ '2023-01-02'
'2023-01-02T23:00:00-10:00'
will be returned as '2023-01-03'
.
As date values are always single-select, you may write values either by passing the date string directly, or by wrapping a single value in an array.
You may also write date values using an object with a single value
key.
$eq
,$gt
,$gte
,$lt
,$lte
operators with the explicit syntax.