中国标准时间转年月日
生活随笔
收集整理的這篇文章主要介紹了
中国标准时间转年月日
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
functiontime(date){
vary=date.getFullYear();
varm=date.getMonth()+1;
m=m<10?('0'+m):m;
vard=date.getDate();
d=d<10?('0'+d):d;
varh=date.getHours();
h=h<10?('0'+h):h;
varminute=date.getMinutes();
minute=minute<10?('0'+minute):minute;
vardes=date.getSeconds();
des=des<10?('0'+des):des;
returny+'-'+m+'-'+d+''+h+':'+minute+':'+des;
}
總結
以上是生活随笔為你收集整理的中国标准时间转年月日的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【朴灵评注】JavaScript 运行机
- 下一篇: js进阶 11-16 jquery如何查