当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Day 函数

VBScript
VBScript 介绍
如何使用 VBScript
VBScript 放置
VBScript 变量
VBScript 程序
VBScript 条件语句
VBScript 循环声明
VBScript 摘要
VBScript 实例
VBScript 函数
VBScript 关键字

VBScript Day 函数


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 220 ::
收藏到网摘: n/a

The Day function returns a number between 1 and 31 that represents the day of the month.
Day 函数可以返回 1 到 31 之间的一个整数(包括 1 和31),代表某月中的一天。

语法

Day(date)

参数 描述
date Required. Any expression that can represent a date
必选项。任何可以代表日期的表达式

实例 1

document.write(Date & "<br />")
document.write(Day(Date))
输出:
1/14/2002
14

评论 (0) All

登陆 | 还没注册?