#2
HVB62017-07-03 19:20
|
s = Format(Now, "yyyymmddhh")
MsgBox s
显示今天为:2017070319
(vs2010):
s = Format(System.DateTime.Now(), "yyyymmddhh")
MsgBox s
无显示。何解?
[此贴子已经被作者于2017-7-4 17:52编辑过]