--- layout: default ---

Example Usage

Include html-duration-picker.min.js in your HTML file, just before the </body> tag. like this:

        
        <script src="html-duration-picker.min.js"></script>
        </body>
        
    

add a html-duration-picker class on any <input>box. like this:

        
            <input class="html-duration-picker">
        
    

Result:

Regular Input box
<input type="text">


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