tags:

views:

879

answers:

1

I know that there are lots of jQuery date pickers available and I have looked through a number. Essentially, I need a date picker that allows the user to select only entire weeks at a time. The user is picking room reservations, which last for a week. Therefore, I want the date picker to show such explicitly.

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

Thank you for any help!

+4  A: 

This should help you out :)

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerSelectWeek.html

Si Philp