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
Comments
Post a Comment