Datepicker with mindate based on an item on the page
I have an interesting case here. I have UI Datepickers on my page but
I have differing levels of users with different mindates based their
level. What I am doing now is I have an item named P2_DAYS_AHEAD that
I will populate with the number of days to look (either +<number of
days> or -<number of days>). What I want to do is take this value and
then use it for my mindate value. Has anyone done anything like this
before?