VBScript 函数参考手册
Day 函数可返回介于 1 到 31 之间的一个代表月的天数的数字。
Day(date)
document.write(Date & "<br />") document.write(Day(Date))
输出:
1/14/2002 14
Search: