javascript 如何用Javascript写日期?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 如何用Javascript写日期?相关的知识,希望对你有一定的参考价值。

new Date(year, monthIndex [, day [, hours [, minutes [, seconds [, milliseconds]]]]]);

// Example: 

new Date(1982,08,10)

// note that monthIndex Integer value representing the month, beginning with 0 for January to 11 for December.

以上是关于javascript 如何用Javascript写日期?的主要内容,如果未能解决你的问题,请参考以下文章

如何用JavaScript写一个60秒倒计时的js文件

干货长文:如何用JavaScript写一个区块链?

如何用javascript写个插件

急!如何用javascript写一个html页内关键字的搜索

如何用javascript判断用的是啥浏览器

如何用javascript点击指定的位置