JQuery Date Picker: Selecting Weeks at a Time

I know there are many jQuery event sets available and I looked at the number. Essentially, I need a date picker that allows the user to select only whole weeks at a time. The user selects a room reservation that lasts a week. Therefore, I want the date picker to show this explicitly.

Before I changed the date, I decided that I would see if anyone knew of a date picker that already does this. I am currently using Datepicker ( http://keith-wood.name/datepick.html ), but I don't mind using something else.

Thanks for the help!

+5
source share
2 answers

HTML5, (). jQuery, .

= ""

:

<input type="week">

Chrome, Opera Safari. ?

W3Schools.

+1

All Articles