Date of Month1.0.0+ Date of Month1.0.0+ moment (). date ( Number ); moment (). date (); // Number moment (). dates ( Number ); moment (). dates (); // Number ...
Year1.0.0+ Year1.0.0+ moment (). year ( Number ); moment (). year (); // Number moment (). years ( Number ); moment (). years (); // Number Gets or sets the ...
Using Duration with Diff2.1.0+ Using Duration with Diff2.1.0+ var duration = moment . duration ( x . diff ( y )) You can also use duration with moment#diff to get ...
Customize Customize Moment.js is very easy to customize. In general, you should create a locale setting with your customizations. moment . locale ( 'en-my-settings' , { ...