Is a Duration1.6.0+ Is a Duration1.6.0+ moment . isDuration ( obj ); To check if a variable is a moment duration object, use moment.isDuration() . moment . isDuration...
Defaults2.2.1+ Defaults2.2.1+ moment ( "15" , "hh" ) You can create a moment object specifying only some of the units, and the restwill be defaulted to the current d...
As Javascript Date1.0.0+ As Javascript Date1.0.0+ moment (). toDate (); To get a copy of the native Date object that Moment.js wraps, use moment#toDate . This will re...