后来在一本英文版电子书上终于找到正确的描述:
"yyyy" returns the year.
"q" returns the quarter of the year.
"m" returns the month.
"y" returns the Julian date, which is the number of days that have elapsed since the beginning of the year.
"d" returns the day as a number.
"w" returns the weekday, such as "Monday."
"ww" returns the week of the year.
"h" returns the hour.
"n" returns the minute. Don't confuse this with "m," which actually returns the month.
"s" returns the second.
这一点也可以在微软官网得到印证http://msdn.microsoft.com/zh-cn/library/xhtyw595(en-us,VS.85).aspx
问题:
这么多中文版电子书全都出错,是以讹传讹的结果?或者有啥历史典故?我初学VBS,不了解内情。作者: zqz0012005 时间: 2009-2-24 18:21