Format1.0.0+ Localized formats Escaping characters Similarities and differences with LDML Formatting speed Other tokens Default format Format1.0.0+ moment (). format (...
Is Leap Year1.0.0+ Is Leap Year1.0.0+ moment (). isLeapYear (); moment#isLeapYear returns true if that year is a leap year, and false if it is not. moment ([ 2000 ...
Manipulate Manipulate Once you have a Moment , you may want to manipulate it in some way. There are a number of methods to help with this. Moment.js uses the fluent interface ...
Round Round npm install moment - round This plugin will round date/time to a given interval. For example, require ( 'moment-round' ); var m = new moment (); ...
As ISO 8601 String2.1.0+ As ISO 8601 String2.1.0+ moment (). toISOString (); moment (). toISOString ( keepOffset ); // from 2.20.0 Formats a string to the ISO8601 ...