html - html5 input date attribute selecting between two dates -


i using html5 date attribute, so:

<form>   birthday:   <input type="date" name="bday"> </form> 

it works great in allows select date on calendar. however, capable of selecting date ranges jquery plugin does?

i dont think can strictly using html5 only. need use javascript achieve trying do.

you can refer date range picker twitter bootstrap

enter image description here


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -