VB DTPicker1的值时间格式问题

2025-06-22 14:12:32
推荐回答(1个)
回答1:

Dim d As String
d = Format(DTPicker1.Value, "hh:mm")
MsgBox d