Hi;
I've got a motley bunch of users that simply will never master or comply with proper date formatting when entering data, so I'm trying to develop some calendar/event entry type pages and I would like to have a calendar control in a submit form so users (data submitters) could pick the intended date simply by clicking on it. I've been searching around the web and have not found anything related to php. (lots of .asp, .net, and Java stuff...but I need to simplify my life).
Actually, what I probably need is code for a custom HTML form control.
I'd like the calendar control to come up with the current month...say based on the system date...
ie
September 2003
SU MO TU WE TH FR SA
01 02 03 04 05 06
07 08 09 10 11 12 13
etc. etc. etc.
but give the user the option of clicking ahead to future months for longer-range planning. Then he/she could click on a specific date (which would be stored/posted as $EVENTDATE or something like that.
Can anyone point me to some html code or a php script that would help me construct such a beast? I've looked at the code library here and it's hard to tell if any of those items are good for this type of thing.
Thanks