以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  输入框中要求显示默认值为当时时间。  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=136466)

--  作者:夏许多雪
--  发布时间:2019/6/13 20:49:00
--  输入框中要求显示默认值为当时时间。
求助:  要求在输入框中显示当时的默认时间,几点几分,如何修改下面的语句?
 
 .AddInput("采开时3","采样时间3:","time").value = format(Date.Today,"HH:mm")


--  作者:夏许多雪
--  发布时间:2019/6/13 20:59:00
--  
改成以下,应该可以了

.AddInput("采开时3","采样时间3:","time").value = format(Date.Now,"HH:mm")