Last Updated: April 10, 2016
·
36.03K
· theatlasroom

Use momentjs to parse unix timestamps

In case you haven't heard, Momentjs makes working with dates and times pretty damn easy in javascript.

var time = moment.unix(1368457233).format("YYYY-MM-DD HH:mm");

Output: 2013-05-14 01:00