当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Year 函数
The Year function returns a number that represents the year.
Year 函数可返回一个代表某年的整数。
Year(date) |
参数 | 描述 |
---|---|
date | Required. Any expression that can represent a date 必选项。date 参数是任意可以代表日期的参数 |
document.write(Date & "<br />") 输出: 1/15/2002 |