Here is my setup. I create a html page and put an input component on this page whose type is text. I set the readonly property for the component because I want to display date and time in this component so user can not change it. My question is how can I diplay date and time in this component so that its value keep on changing as the time change. Thanks
Share
use
jqueryfor thathtml
<label id="clock"></label>jquery