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/jquery を使用して時刻を「08:14PM 05 Jan 2013」形式に変換する方法を知りたいです。前もって感謝します。
月を 3 文字の文字列として取得するには、次を使用します。
date.toDateString().split(' ')[1];