Top "Momentjs" questions

A JavaScript date library for parsing, manipulating, and formatting dates.

Change format of md-datepicker in Angular Material with momentjs

Angular material introduced a new date picker component found here. I want the date returned by this component to be …

javascript angularjs localization angular-material momentjs
“Deprecation warning: moment construction falls back to js Date” when trying to convert RFC2822 date in moment.js

I am using the following code to convert a server-side date-time to local time using moment.js. moment(moment('Wed, 23 …

javascript date momentjs
Remove Seconds/ Milliseconds from Date convert to ISO String

I have a date object that I want to remove the miliseconds/or set to 0 remove the seconds/or set …

javascript date momentjs isodate
How to set time with date in momentjs

Does momentjs provide any option to set time with particular time ?

javascript date datetime time momentjs
How to get yesterday's date with Momentjs?

So, my question is simple, how do I get yesterday's date with MomentJs ? In Javascript it is very simple, i.…

javascript date momentjs
isSame() function in moment.js or Date Validation

I need to validate the date from the user and check if it is in a particular format. If yes, …

javascript validation date momentjs
Moment.js get the week number based on a specific day (also past years)

How could I get from moment JS the week number from a date in the past only from a moment …

javascript momentjs week-number
Moment js convert milliseconds into date and time

I have current time in milliseconds as - 1454521239279 How do I convert it to 03 FEB 2016 and time as 11:10 PM ?

javascript momentjs
How do I set a mock date in Jest?

I'm using moment.js to do most of my date logic in a helper file for my React components but …

momentjs jestjs
Moment.js "Invalid date"

I just tried to make a text input with formatted date. It is working fine on Google Chrome, but when …

jquery datepicker momentjs