Days in Month1.5.0+ Days in Month1.5.0+ moment (). daysInMonth (); Get the number of days in the current month. moment ( "2012-02" , "YYYY-MM" ). daysInMonth () /...
Week of Year (ISO)2.0.0+ Week of Year (ISO)2.0.0+ moment (). isoWeek ( Number ); moment (). isoWeek (); // Number moment (). isoWeeks ( Number ); moment (). isoWeeks...
Unix Timestamp (seconds)1.6.0+ Unix Timestamp (seconds)1.6.0+ moment (). unix (); moment#unix outputs a Unix timestamp (the number of seconds since the Unix Epoch). ...
Strftime Strftime npm install moment - strftime If you are more comfortable working with strftime instead of LDML-like parsing tokens, you can use Ben Oakes' plugin mo...
Java DateFormat Parser Java DateFormat Parser npm install moment - jdateformatparser If you want to work with the java.text.DateFormat you can use this plugin. For e...