Carrot reference
Functions
monthStart()
Returns the first day of a given month.
monthStart([date])
- date - (optional) the date from which to derive the first day of that date's month
monthStart('2020-05-12') returns 2020-05-01.
Returns the first day of a given month.
monthStart([date])
monthStart('2020-05-12') returns 2020-05-01.