entrada de tiempo html
<input type="datetime-local" name="" id="">
//Incase you need to add both date and time
<input type="time" name="" id="">
//For just time
Scott Lexium