Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 278 Bytes

07-hours.md

File metadata and controls

12 lines (9 loc) · 278 Bytes
title version signature
Hours
1.6.0
moment.duration().hours(); moment.duration().asHours();

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

moment.duration().asHours() gets the length of the duration in hours.