<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=4684235500622716427&amp;blogName=Caiwangqin&#39;s+blog&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://blog.caiwangqin.com/search&amp;blogLocale=zh_CN&amp;v=1&amp;homepageUrl=http://blog.caiwangqin.com/&amp;vt=3393395200455623441" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger 导航和搜索"></iframe> <div></div>

Caiwangqin's blog

Focus on Web2.0, Business, Architecture, Agile, Technic and beyond…

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’));

}




标签:

posted by Jesse Cai, 上午9:23

0 Comments:

发表评论

订阅 帖子评论 [Atom]

<< 主页