FormatDateTime
函数将日期转换为字符型。,,``asp,Dim myDate,myDate = #12/31/2022#,response.write FormatDateTime(myDate, vbGeneralDate),
``,,这将输出 "12/31/2022"。FormatDateTime
函数将日期转换为字符型。,,``asp,Dim myDate,myDate = #12/31/2022#,response.write FormatDateTime(myDate, vbGeneralDate),
``,,这将输出 "12/31/2022"。DateAdd
函数增加天数。DateAdd("d", 1, Date())
将当前日期加一天。DateDiff("s", "1970-01-01", yourDate)
会返回从1970年1月1日到yourDate的秒数。、
和
`分别实现左对齐、右对齐和居中对齐。Powered By Z-BlogPHP 1.7.3