Date
参考:
JavaScript の Date は罠が多すぎる – Qiita
Date オブジェクト – 日付と時刻 | JavaScript プログラミング解説
Date.now()
参考:
How do you get a timestamp in JavaScript? – Stack Overflow
UNIX 時間を取得する
参考:
JavaScript で UNIX タイムスタンプを取得する方法 | SYNCER
How to generate timestamp unix epoch format nodejs? – Stack Overflow
How to get the correct Unix Timestamp from any Date in JavaScript | Coderwall
日時・日付のフォーマット
参考:
JavaScript で日付のフォーマットを整形する | tacamy log
Moment.js
参考:
moment/moment: Parse, validate, manipulate, and display dates in javascript – GitHub
JavaScript で日時を扱う moment.js | 酒と涙と Ruby と Rails と
moment-duration-format
参考:
moment-duration-format である時刻からある時刻までの経過時間を整形 – Qiita
jsmreese/moment-duration-format: Format function plugin for the Moment Duration object – GitHub
twix.js
参考:
icambron/twix.js: A date range plugin for moment.js – GitHub
strftime-js
参考:
tokuhirom/strftime-js – GitHub
date-fns
参考:
date-fns – modern JavaScript date utility library [Official]
date-fns/date-fns: Modern JavaScript date utility library – GitHub
Documentation – date-fns [Official]
performance.now
performance.now()
メソッドは、ミリ秒単位で計測された、5マイクロ秒の精度の DOMHighResTimeStamp
(double
型) を返す。
参考:
Is there any way to get current time in nanoseconds using JavaScript? – Stack Overflow