Hi all - so I'm being asked to make a date picker that will somehow stop more than 3 people picking the same day before that day becomes unpickable for anyone else. I assume I can at least wait until a submit button is pressed in order for someone to count as one of the 3. So I will have to find a way to record the date to a flatfile or db and then check it (probably more ajax) and apply any future limitations to the datepicker when it's opened.
Ignoring those complications, I've just been trying to find a basic datepicker that works nicely and can be default disable 2 days a week (sun/mon) before I get into the (only 3 per day) limitations.
I've looked at this one
but it's started to open my div one about 200px lower than the div it's supposed to appear by for no reason.
So I've started looking for others but have just ended up with lots of options and many don't have the limitation power I need or the pages are dead or they use jquery or they're not free :/
Any thoughts anyone?
_________________________________
Leozack
Ignoring those complications, I've just been trying to find a basic datepicker that works nicely and can be default disable 2 days a week (sun/mon) before I get into the (only 3 per day) limitations.
I've looked at this one
but it's started to open my div one about 200px lower than the div it's supposed to appear by for no reason.
So I've started looking for others but have just ended up with lots of options and many don't have the limitation power I need or the pages are dead or they use jquery or they're not free :/
Any thoughts anyone?
_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);