[フレーム]
Last Updated: April 10, 2016
·
36.2K
· 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

AltStyle によって変換されたページ (->オリジナル) /