VB中如何提取现在的年月日
答案:4 悬赏:80 手机版
解决时间 2021-02-18 00:59
- 提问者网友:送舟行
- 2021-02-17 17:40
VB中如何提取现在的年月日
最佳答案
- 五星知识达人网友:往事埋风中
- 2021-02-17 17:54
Private Sub Form_Load()
Label1 = Date
End Sub
如果想用自己格式显示,就用format函数,如
label1=format(date,"yyyy年mm月dd日")
函数具体用法自己查下资料
Label1 = Date
End Sub
如果想用自己格式显示,就用format函数,如
label1=format(date,"yyyy年mm月dd日")
函数具体用法自己查下资料
全部回答
- 1楼网友:低音帝王
- 2021-02-17 21:26
两种写法:
Private Sub Command1_Click()
Label1.Caption = Format(yyyy - mm - dd , Date)
Label1.Caption = Date
End Sub
Private Sub Command1_Click()
Label1.Caption = Format(yyyy - mm - dd , Date)
Label1.Caption = Date
End Sub
- 2楼网友:孤独的牧羊人
- 2021-02-17 19:50
label1=now()
- 3楼网友:玩家
- 2021-02-17 19:00
用函数,我记得不是很清楚了,但好像年月日分别是有函数的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯