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.
現在のように見えるUTC日付を変換しようとしています<span class="enrolldate">2011-10-01 22:00:00</span>
<span class="enrolldate">2011-10-01 22:00:00</span>
date.jsを使用してM/D/YYYY日付形式に変更するだけです。誰かが助けることができますか?ありがとう!
date.jsのAPIから、必要な形式を次のように出力できます。
Date.today().toString("M/d/yyyy"); // 11/19/2007