当前位置:Gxlcms > PHP教程 > 怎么整合jqueryfullcalendar到网站中

怎么整合jqueryfullcalendar到网站中

时间:2021-07-01 10:21:17 帮助过:14人阅读

如何整合jquery fullcalendar到网站中
想把jquery fullcalendar整合到网站上。可是不知道如何处理事件(events)和如何存储到mysql的细节(json)。

希望大家给与指导!!! 急!!!!!!!!!

非常感谢!!!!

------解决方案--------------------
jquery 如果你不会的话。需要完成楼上的功能的话,比较难呀。
------解决方案--------------------
我也在看这个东东~
你可以先到去下载jquery-week-calendar的实例

http://www.redredred.com.au/projects/jquery-week-calendar/

虽然是英文的,但是如果在google里面输入这个网址,google有在线翻译的功能~


里面你可以找到这样的代码:
events : [
{
"id":6, //只读
"start": new Date(year, month, day, 11,17),
//开始时间:year:[年],month:[月],day:[日],11指的[时],17指[分]
"end": new Date(year, month, day, 12), //结束时间
"title":"我是只读的", //设置显示的内容
readOnly : true //设置是否为只读
}
]
我知道的暂时就这些~
希望对你有帮组,
如果你会了,也麻烦你多指教了~
谢谢~~~~

人气教程排行