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.
NSDate を JSON Date(ticks) に変換して .net Web サービスに送信する方法を知っている人はいますか?
javascript の日付のドキュメントに「ティック」は表示されませんが、以前の質問に基づいて、1970 年からミリ秒経過しています。
[date timeIntervalSince1970] * 1000;