Jquery UI Datepicker Date Range Inline Problem
Posted
by codeworxx
on Stack Overflow
See other posts from Stack Overflow
or by codeworxx
Published on 2010-05-08T17:12:02Z
Indexed on
2010/05/08
17:18 UTC
Read the original article
Hit count: 233
Hey Guys,
i have a big Problem with jQuery UI Datepicker.
I have two Input Fields "From Date" and "To Date". When i choose a From Date - a Daterange of only 5 Days should appear on the "To Date" Picker.
I used the Code from "Russ Cam" http://stackoverflow.com/questions/330737/jquery-datepicker-2-inputs-textboxes-and-restricting-range
It worked perfect.
Now my Problem:
I have a second Calendar which is INLINE, means no Input Fields - it's shown directly on the Page - with "From Date" and "To Date". In this Calendar the Script does not work! All Fields in "From Date" and in the "To Date" are available - no Date Range Restrictions or something else.
What's wrong here? Can someone give me a hint?
© Stack Overflow or respective owner