JavaScript UTC() 方法

Date 对象参考手册 JavaScript Date 对象

实例

返回 1970 年 1 月 1 日 到指定日期的毫秒数:

var d=Date.UTC(2012,02,30);

d 输出结果:

点我分享笔记