獲取當前的日期時間 格式「yyyy-MM-dd HH:MM:SS」

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 function getNowFormatDate() {      var  date =  new  Date();      var  seperator1 =  "-" ;      var  seperator2 =  ":" ;      var  month = date.getMonth() + 1
相關文章
相關標籤/搜索