I need a date range selector script. The only options I need are that there is a start/end date, you cannot pick an end date that is before the start date, and that you can only pick days that exist (no Feb 31). Defaulting to today's date is cool, but not required, same goes for the pop up calendar to help pick the day.
I found this demo: http://www.petrafex.com/demos/dateRangeSelector/index.html
from:
http://www.petrafex.com/view/pgID/21/db/pages/date_range_selector_date_manipulation__dates_.html
This script does all I want and more. I don't need that pick a standard date range portion. I really don't even need the start/end dates in milliseconds, but I can definately work with it. Thing is I know very litttle JavaScript. It makes it a lot tougher for me to modify this code into my PHP when I don't understand it.
Does anyone know of a PHP code that does this same thing? Or has any other ideas? Many thanks.