Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaScriptでUTC日付整数の年を知るにはどうすればよいですか?thnx!
「UTC-dateinteger」がミリ秒単位の時間を表すと仮定します。
var date = new Date(utcInteger); console.log(date.getUTCFullYear());