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.
new Date("December 17, 1995, 03:24:00");
1995年12月16日土曜日21:54:00GMT
new Date("25/Jul/2012");
2012年7月24日火曜日18:30:00GMT
new Date("7/25/2012");
これでいい?日付コンストラクターで渡された引数に基づいて正しい日付を取得するにはどうすればよいですか?
提案をお願いします。
システムのタイムゾーンはどのように設定されていますか?表示している戻り値はGMTであり、18時間前です。私の推測では、あなたは東アジアまたはオーストラリアのどこかにいますか?