toString() 方法可把 Date 对象转换为字符串,并返回结果。
dateObject.toString()
dateObject 的字符串表示,使用本地时间表示。
在本例中,我们将把今天的日期转换为字符串:
输出:
Sat May 21 2016 14:06:15 GMT+0800