yearend
yearend(d: date) 🡒 date, const pure function
Returns the last day of the Gregorian year associated to the date d
.
show summary "" a1c2 with
yearend(date(2020, 1, 1))
yearend(date(2019, 5, 1))
yearend(m: month) 🡒 date, const pure function
Returns the last day of the Gregorian year associated to the month m
.
show summary "" a1c2 with
yearend(month(2022, 1))
yearend(month(2022, 12))