endOfMonth method

Moment endOfMonth()

Returns end of the month

Returned object will have same timezone as this

Implementation

Moment endOfMonth() => endOf(DurationUnit.month);