以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- Format (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=115024) |
-- 作者:bm -- 发布时间:2018/2/27 23:47:00 -- Format Dim z As String =Format(Date.now, "g") 请问这个应该怎么改 |
-- 作者:有点甜 -- 发布时间:2018/2/28 9:32:00 -- 什么意思,你要做什么?
http://www.foxtable.com/webhelp/scr/0362.htm
|
-- 作者:bm -- 发布时间:2018/2/28 10:58:00 -- Dim Z As String=Format(Date.now ,"yy-MM-dd HH") 这样不会报错,可以正常用 |
-- 作者:bm -- 发布时间:2018/2/28 11:00:00 -- Dim Z As String=Format(Date.now ,"yy-MM-dd HH:mm:ss") 这样就不行了, 不支持给定路线的途径 |
-- 作者:有点甜 -- 发布时间:2018/2/28 11:14:00 -- 路径,不能有:这样的字符的,改成
Dim Z As String=Format(Date.now ,"yy-MM-dd HHmmss") |