JqueryUI Datepicker Widget - Relative Min Max options

Turns out I am needing to have some date range restrictions on my datepicker.  Need user to only be able to select a relative range from today.  Including today and 10 days later, for example:

$(".datepickerDateSent").datepicker({ minDate: 0, maxDate: "+10D" });

http://api.jqueryui.com/datepicker/#option-minDate

Comments

Popular posts from this blog

Asp.net Publishing Broke Site - "App_WebReferences is not allowed because the application is precompiled"

Telerik - Custom Group Footers In RadGrid

Bootstrap Modal Popup is Grayed Out