Dates¶
Dates can be expressed in three different ways: Date
,
DateRange
, and
Datey
(which are either dates or date ranges).
Dates¶
Fields¶
year
(optionalint
)The date’s year as a four-digit number.
month
(optionalint
)The date’s month as a two-digit number.
day
(optionalint
)The date’s day as a two-digit number.
fuzzy
(bool
)Whether or not the date is fuzzy.
Date ranges¶
Fields¶
start
(optional date)The range’s start date.
start_is_boundary
(bool
)Whether the start date is a boundary.
end
(optional date)The range’s end date.
end_is_boundary
(bool
)Whether the end date is a boundary.