九月
16

My Calendar

 

About Monket Calendar

An Ajax enabled online calendar. Drag and drop events to change dates, drag the start/end of an event to create multi-day events, create and edit events without refreshing the page, all with an iCal style interface.

From

http://www.monket.net/wiki/monket-calendar/ 

Bug in Beta 0.9.1

fix  bug with “Default date December 1969″, replace /monket-calendar/monket-cal-source/monket-cal-init.php line 14:

$unix_time    = strtotime($_GET[’getdate’]);

with

if (isset($_GET[’getdate’]) && ($_GET[’getdate’] !== ‘’)) {
$unix_time = strtotime($_GET[’getdate’]);
} else {
$unix_time = strtotime(date(’Ymd’));
}

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg

Tags:

No Responses

Leave a Response

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>