有没有办法在HTML日期时间选择器中包含秒?
<input type="datetime-local" />
答案 0 :(得分:9)
看起来这里有一个答案,使用&#34;步骤&#34;财产:Show seconds on input type=date-local in Chrome
设置step=1
将在选择器上显示秒数:
<input type=datetime-local step=1>
此步骤的某些文档可在此处找到:http://www.w3schools.com/jsref/prop_datetime-local_step.asp