【VBA】日期时间
2021-03-06 23:28
阅读:718
标签:格式化输出 class sub for loading load mon rgba image 当前日期: 当前时间: 几月: 格式化输出日期: 【VBA】日期时间 标签:格式化输出 class sub for loading load mon rgba image 原文地址:https://www.cnblogs.com/KMould/p/14286520.html
Sub 测试()
Debug.Print Date
End Sub
Sub 测试()
Debug.Print Date
End Sub
Sub 测试()
Debug.Print Date
Debug.Print Month(Date) & "月"
End Sub
Sub 测试()
Debug.Print Date
Debug.Print Format(Date, "YYYYMMDD")
End Sub
评论
亲,登录后才可以留言!