...

yearEndChinese

yearEndChinese(d : date) 🡒 number, const pure function

Returns the last day of the Chinese Year associated to the date d.

show summary "" a1c2 with
  yearEndChinese(date(2020, 1, 1)) as "of 2020-01-01"
  yearEndChinese(date(2018, 5, 1)) as "of 2018-05-01"

See also

User Contributed Notes
0 notes + add a note