Monket Calendar on my blog
2006年9月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’));
}
标签: Blogging
发表评论
订阅 博文评论 [Atom]
<< 主页