Is Same or Before2.11.0+ Is Same or Before2.11.0+ moment (). isSameOrBefore ( Moment | String | Number | Date | Array ); moment (). isSameOrBefore ( Moment | String | Numb...
Start of Time1.7.0+ Start of Time1.7.0+ moment (). startOf ( String ); Mutates the original moment by setting it to the start of a unit of time. moment (). startOf ( ...
i18n Changing locale globally1.0.0+ Changing locales locally1.7.0+ Loading locales in NodeJS1.0.0+ Loading locales in the browser1.0.0+ Adding your locale to Moment.js Checkin...
Set2.2.1+ Set2.2.1+ moment (). set ( String , Int ); moment (). set ( Object ( String , Int )); Generic setter, accepting unit as first argument, and value as se...
Maximum2.7.0+ Maximum2.7.0+ moment . max ( Moment [, Moment ...]); moment . max ( Moment []); Returns the maximum (most distant future) of the given moment instances...
Special Formats2.7.0+ Special Formats2.7.0+ moment ( String , moment . CUSTOM_FORMAT , [ String ], [ Boolean ]); moment ( String , moment . HTML_FMT . DATETIME_LOCAL...