当前位置: 首页 > 网络学院 > 客户端脚本教程 > JavaScript > JavaScript Date()方法
The Date() method returns today's date and time.
Date()方法可以将今天的日期和时间返回出来
Date() |
In this example we will print today's date and time:
在这个举例中我们将打印出今天的日期和时间:
<script type="text/javascript"> document.write(Date()) </script> |
The output of the code above will be:
输出结果:
|
Date()
How to use Date() to get today's date.
怎样使用Date()来获得今天的日期