calendar.class.php
calendar.class.php is a clean, efficient and simple to use calendar generation class that outputs semantic and valid XHTML calendars ready to style with your custom CSS.
Display current month with today marked
Display calendar with selected date marked
Display calendar just by month/year without providing a full date
Provide an array of dates to mark on the calendar
Optionally link days to a page with their date appended to the designated URL
Day links can now be formatted for Cruft-Free URLs
Easily loop calendar display to output multiple months or create "year at a time" views
Select start of week day and localize calendars using PHP's setlocale() function
usage discussion and examples at style-vs-substance.com
Creative Commons Attribution-Share Alike 3.0 License
Class may be used for commercial purposes with written consent from author
Display current month with today marked
Display calendar with selected date marked
Display calendar just by month/year without providing a full date
Provide an array of dates to mark on the calendar
Optionally link days to a page with their date appended to the designated URL
Day links can now be formatted for Cruft-Free URLs
Easily loop calendar display to output multiple months or create "year at a time" views
Select start of week day and localize calendars using PHP's setlocale() function
usage discussion and examples at style-vs-substance.com
Creative Commons Attribution-Share Alike 3.0 License
Class may be used for commercial purposes with written consent from author
Loading...