Calendar class is a PHP class, which you can use to create a full working calendar. Even more, it gives you the options to create hyperlink, checkbox and radio buttons inside the dates’ cell.
If you are looking for a calendar script to build your application, this script is for you.
Updates
-
version 1.3
- fixed monday first issue
-
version 1.2
- highlight today
- bug fix for setting the default month
- update manual file
-
version 1.1
- minor bug fix for function _createLabels()
- new public function setSundayFirst(bool)
- new public function setTimezone(string)
- update manual file
Features:
- Easy to use. Just one simple PHP class.
- Full working without any configuration.
- You can create hyperlink on calendar cells.
- You can create checkbox on calendar cells.
- You can create radio button on calendar cells.
DEMO:
Demo Page: http://www.the-di-lab.com/cc-demo/php/calendar/demo/
Manual file is included in download file.