JavaScript getUTCDate() 方法

Date 对象参考手册 JavaScript Date 对象

实例

根据世界时返回一个月 (UTC) 中的某一天:

var d = new Date();
var n = d.getUTCDate();

n 输出结果:

点我分享笔记