Sunday, May 15, 2016

Set a datetime in HTML5 with separate controls for date and time.

<div>
   <div>date of event:</div>
   <div>
      <input type="date" id="Date" />
      <input type="time" id="Time" />
   </div>
</div>

No comments:

Post a Comment