LoginSignup
4
2

More than 5 years have passed since last update.

AngularJSのdate filterにunixtimeを使うとき

Posted at

unixtimeは秒単位であるのに対し、
JSのDateオブジェクトはミリ秒単位なため

{{unixtime*1000|date: 'yyyy/MM/dd'}}

として桁数を調整するだけでいいようです。

※ 参考
Dateオブジェクト-UNIX時間との相互変換
AngularJS date filter

FuelPHPとかのcreated_atをそのままAngularJSに渡した時に地味に悩みました。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2