setFullYear()
设置日期的年份。
setFullYear()
还可以设置月份和日期。
setFullYear()
是 ECMAScript1 (ES1) 功能。
所有浏览器均完全支持 ES1 (JavaScript 1997):
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
Date.setFullYear(
year,
month,
day)
year | Required. The year. Negative values are allowed. |
month | Optional. The month (0 to 11). Higher and lower values are handeled with date maths:
|
day | Optional. The day (0 to 31). Higher and lower values are handeled with date maths:
|
一个号码。 该日期与 1970 年 1 月 1 日 00:00:00 UTC 之间的毫秒数。 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!