startOfMonth method
Returns start of the month
Returned object will have same timezone as this
Implementation
Moment startOfMonth() => startOf(DurationUnit.month);
Returns start of the month
Returned object will have same timezone as this
Moment startOfMonth() => startOf(DurationUnit.month);