This class provides helper utilities to display, sort, and select attributes from a date in the CSL format.
A list containing one or two dates in a list. Each date is
also represented using lists in the format of list(year, month, day)
.
Different precision can be achieved by providing an incomplete list:
list(year, month)
. A range of dates can be specified by providing two
dates, where the first date is the start and second date is the end of the
interval.
Additional date variable properties as described in the schema.
A list of csl_date()
values.