蘋果ios用js的Date() 獲取到的日期時間 顯示NaN

 

 

new Date (' 2017-12-12 12:01:00') 在ios 下會返回 NaN  ' 2017-12-12 12:01:00.000' 時間格式也會返回NaN

ios

要將- 轉化爲/  post

new Date(' 2017-12-12 12:01:00'.replace(/\-/g, '/'))spa

new Date(' 2017-12-12 12:01:00.000'.split('.')[0].replace(/\-/g, '/'))regexp

相關文章
相關標籤/搜索