startOfMonth method

Moment startOfMonth()

Returns start of the month

Returned object will have same timezone as this

Implementation

Moment startOfMonth() => startOf(DurationUnit.month);