js格式化时间

时间:2022-10-31 11:28

js怎么格式化时间呢?不知道的小伙伴来看看小编今天的分享吧!

js怎么格式化时间有三种格式:

格式一:2018-1-29-10:34:49

var curr_time = new Date();

Myformatter(curr_time);

function myformatter(date){

var strDate = date.getFullYear()+"-";

strDate += date.getMonth()+1+"-";

strDate += date.getDate()+"-";

strDate += date.getHours()+":";

strDate += date.getMinutes()+":";

strDate += date.getSeconds();

alert("strDate:"+strDate);

return strDate ;

}

js格式化时间

格式二: 2018-1-29

function myformatter(date){

var strDate = date.getFullYear()+"-";

strDate += date.getMonth()+1+"-";

strDate += date.getDate();

alert("strDate:"+strDate);

return strDate ;

}

js格式化时间

格式三:2018-02-05 (月份和日期小于10的时候,在前面自动加零)

function myformatter(date){

var strDate = date.getFullYear()+"-";

if(date.getMonth()<10){

var s = date.getMonth()+1+"-";

strDate += "0"+s;

}else{

strDate += date.getMonth()+1+"-";

}

if(date.getDate()<10){

strDate += "0"+date.getDate();

}else{

strDate += date.getDate();

}

return strDate ;

}

以上就是小编今天的分享了,希望可以帮助到大家。

标签:
随便看看
本类推荐
本类排行
热门标签

我国国家通讯社行不行啊细狗新年贺词祝福语2023年祝福语新年新年贺词新年贺词祝福语居家抗病毒小药箱除夕高速免费吗2022年除夕高速免费吗春联春联句子大全春联句子大全七字年夜饭十二道菜年夜饭十二道菜单年夜饭吃什么年夜饭吃什么菜吃年夜饭的寓意年夜饭黑芝麻菊花茶晒菊花茶腌腊肉送妈妈生日礼物汉白玉送闺蜜水钻送女人礼物爸爸生日送礼物送老公