使用ASP VBScript时,能够获得当前日期的函数是什么?

2026年09月24日 23:40
有3个网友回答
网友(1):

now()
date()
year()
month()
day()

网友(2):

Date

网友(3):

var t=new Date()当然是date函数啦!