美文网首页
关于Date toLocalDateString() toDat

关于Date toLocalDateString() toDat

作者: 言叶丶 | 来源:发表于2017-03-01 17:44 被阅读0次

    在iso系统上(仅试过iPhone6, 7)

      var str = '2014/12//04 12:24:21';
      new Date(str); // 会报invalid date
    
      // 会报invalid date
      new Date().toLocalDateString()
      new Date().toLocalTimeString()
      new Date().toDateString()
      new Date().toTimeString()
    

    相关文章

      网友评论

          本文标题:关于Date toLocalDateString() toDat

          本文链接:https://www.haomeiwen.com/subject/jqlcgttx.html