Top "Momentjs" questions

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

Moment js date time comparison

I'm using moment.js to format my date time, here I have two date values, and I want to achieve …

javascript jquery datetime momentjs
Format date with Moment.js

I have a string in this format: var testDate = "Fri Apr 12 2013 19:08:55 GMT-0500 (CDT)" I would like to use Moment.js …

javascript momentjs date-parsing
Moment.js transform to date object

Using Moment.js I can't transform a correct moment object to a date object with timezones. I can't get the …

javascript momentjs
How do I change the language of moment.js?

I am trying to change the language of the date which is being set by moment.js. The default one …

javascript momentjs
Get the time difference between two datetimes

I know I can do anything and some more envolving Dates with momentjs. But embarrassingly, I'm having a hard time …

javascript date time momentjs difference
Get hours difference between two dates in Moment Js

I'm able to get the difference between two dates using MomentJs as follows: moment(end.diff(startTime)).format("m[m] …

javascript date momentjs
Format date in a specific timezone

I'm using Moment.js to parse and format dates in my web app. As part of a JSON object, my …

javascript timezone momentjs
Parse string to date with moment.js

I want to parse the following string with moment.js 2014-02-27T10:00:00 and output day month year (14 march 2014) I …

javascript momentjs
How to return the current timestamp with Moment.js?

Folks, I am trying to understand the MomentJS API. What is the appropriate way to get the current time on …

javascript node.js momentjs
momentJS date string add 5 days

i have a start date string "20.03.2014" and i want to add 5 days to this with moment.js but i don't …

javascript momentjs add days