Is Between2.9.0+ Is Between2.9.0+ //From 2.13.0 onward moment (). isBetween ( moment - like , moment - like ); moment (). isBetween ( moment - like , moment - like , ...
Subtract1.0.0+ Subtract1.0.0+ moment (). subtract ( Number , String ); moment (). subtract ( Duration ); moment (). subtract ( Object ); Mutates the original mom...
MaximumFrom 2.1.0, Deprecated 2.7.0 MaximumFrom 2.1.0, Deprecated 2.7.0 moment (). max ( Moment | String | Number | Date | Array ); Note: This function has been depre...
Time to X2.10.3+ Time to X2.10.3+ moment (). to ( Moment | String | Number | Date | Array ); moment (). to ( Moment | String | Number | Date | Array , Boolean ); Y...
Add1.0.0+ Special considerations for months and years Add1.0.0+ moment (). add ( Number , String ); moment (). add ( Duration ); moment (). add ( Object ); Muta...
Array1.0.0+ Array1.0.0+ moment ( Number []); You can create a moment with an array of numbers that mirror the parameters passed to new Date() [year, month, day, hour...
Creating1.6.0+ Creating1.6.0+ moment . duration ( Number , String ); moment . duration ( Number ); moment . duration ( Object ); moment . duration ( String ); ...