input type=time element

with label

with label + placeholder

with label + placeholder + required

with label + placeholder + readonly

with label + placeholder + disabled

Code

<label>time of birth <input type="time"></label>

Reference

HTML5 input type=time element