Development Live Preview MODE


Regular Input box <input type="text">


Duration Input box <input type="text" class="html-duration-picker" >



Bootstrap Input box <input type="text" class="form-control">

Bootstrap Duration Input box <input type="text" class="form-control html-duration-picker" >



Sized Input box <input type="text" size="12" >

Sized Duration Input box <input type="text" size="12" html-duration-picker>