Spage Cat, Prince Among Thieves RSS Feed

SimpleCalendar

Recent Activity

Merge branch 'master' of github.com:donatj/SimpleCalendar
Leftover Debugging Echo Removed

Added doc blocks to addDailyHtml and clearDailyHtml

- Fix for months that start on sunday
- Fix for months that end on saturday
Formatting changes to the calendars surrounding table.
Removed an accidental print_r

Event Modification Started

Initial version of SimpleCalendar

SimpleCalendar is a very simple PHP calendar class written to be easy to use and flexible.

It includes basic event logic and is made to be modified to your particular needs.

More Details Soon

Sample Usage

<?php
require_once('SimpleCalendar.php');
$calendar = new SimpleCalendar();
$calendar->addDailyHtml( 'Sample Event', 'today', 'tomorrow' );
$calendar->show(true);
?>

Example Calendar

SunMonTueWedThuFriSat
  12345
6789101112
131415161718
Sample Event
19
Sample Event
20212223242526
2728293031  

Click here for the Github repository.

BuildDateMessage
v.1
Download
Merge branch 'master' of github.com:donatj/SimpleCalendar