搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

new Date() issue

  • 1 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

when i am passing Date in new Date() function browser adding extra -

new Date('26-Oct-2019 02:45 PM') Date Mon Oct 26 -2019 14:45:00 GMT+0553 (India Standard Time)

please check the below attachment

when i am passing Date in new Date() function browser adding extra - new Date('26-Oct-2019 02:45 PM') Date Mon Oct 26 -2019 14:45:00 GMT+0553 (India Standard Time) please check the below attachment
附加的畫面擷圖

被選擇的解決方法

This only happens if you add the dashes in the date.

  • new Date('26 Oct 2019 02:45 PM');
從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

This only happens if you add the dashes in the date.

  • new Date('26 Oct 2019 02:45 PM');