龍巖易富通網絡科技有限公司
龍巖小程序開發,龍巖分銷系統
php方法 time();獲取現在時間 得到 10位數
js new Date();獲取現在時間 Date.getTime() ; 得到13位數字
new Date('13位的數字');得到現在時間的Date對象;
php傳到js的時間戳 要*1000可以正確解讀;
var time = new Date(parseInt(phptime)*1000) //php轉換js
var time = Date.parse(new Date())/1000 //js轉換php
閩ICP備11017913號-1 | Copyright © 2008-2016, 龍巖市易富通網絡科技有限公司 , All Rights Reserved.
發表評論