how to let '<input>' has now time when selecting?
Closed this issue · 4 comments
jinhang commented
how to let '' has now time when selecting?
jonthornton commented
Can you restate the question? I don't understand.
jinhang commented
make <input></input>
display the current time.
jonthornton commented
$('#someInput').timepicker('setTime', new Date());
jinhang commented
thanks