js怎么获取当前日期 yyyy-mm-dd hh:mm:ss

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js怎么获取当前日期 yyyy-mm-dd hh:mm:ss相关的知识,希望对你有一定的参考价值。

参考技术A var now=new Date();
var 当前日期=now.getFullYear()+"-"+now.getMonth()+"-"+now.getDate()+" "+now.getHours()+":"+now.getMinutes()+"-"+now.getSeconds();本回答被提问者采纳

以上是关于js怎么获取当前日期 yyyy-mm-dd hh:mm:ss的主要内容,如果未能解决你的问题,请参考以下文章

js获取当前日期时间“yyyy-MM-dd HH:MM:SS”

js获取当前日期时间“yyyy-MM-dd HH:MM:SS”

获取当前的日期时间的js函数,格式为“yyyy-MM-dd hh:mm:ss”

js获取当前日期时间格式为“yyyy-MM-dd HH:MM:SS”

js获取当前时间转换时间格式yyyy-mm-dd hh:mm:ss

js 输出当前日期时间 yyyy-MM-dd HH:mm:ss 格式