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.
上記の日付の日付形式が必要です。私のコードは次のようになります
function formatDateTime(date) { return $.telerik.formatString('{0:dd/MM/yyyy hh:mm:ss}', date); }
しかし、それは07/15/2012 09:31:45のみを示し、AMとPMを見逃していますが、AMとPMが必要です、誰か助けてもらえますか?
ありがとう、
試す
function formatDateTime(date) { return $.telerik.formatString('{0:dd/MM/yyyy hh:mm:ss tt}', date);