<html> <body> <h3>time Demo in HTML5</h3> <form action=""> Select Time <input type="time" name="tm"> <input type="submit"> </form> </body> </html>