Accessible Calendar Class

Posted on Thursday, October 2nd, 2008 at 10:04 am in

A simple PHP class which displays an accessible calendar for the month selected and returns the selected date as a unix timestamp which can then be passed to a secondary script of your choosing for processing.

Usage

list($cal_heading,$cal_month) = $calendar->displaycal($cal_date,$cal_page);

Returns

http://www.your_domain/path/?sel_date=unix_timestamp_for_date_selected

If a null selected date is provided (e.g. when the calendar is initially called) the current unix timestamp is used as the selected date.

Downloads

Calender Class (4.9 KiB)

Support

Available via the Quirm.net forum.

You might also be interested in

WordPress Installation and Set Up

Top