Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

10-months.md

File metadata and controls

12 lines (9 loc) · 285 Bytes
title version signature
Months
1.6.0
moment.duration().months(); moment.duration().asMonths();

As with the other getters for durations, moment.duration().months() gets the months (0 - 11).

moment.duration().asMonths() gets the length of the duration in months.