Carrot reference
Functions
monthEnd()
Returns the last day of a given month.
monthEnd([date])
- date - (optional) the date from which to derive the last day of that date's month.
monthEnd('2020-05-12') returns 2020-05-31.
Updated 04 Oct 2023
Did this page help you?