-
大小: 310KB文件类型: .rar金币: 2下载: 1 次发布日期: 2021-01-05
- 语言: 其他
- 标签: javascript 日历开发 date
资源简介
FullCalendar提供了丰富的属性设置和方法调用,开发者可以根据FullCalendar提供的API快速完成一个日历日程的开发
代码片段和文件信息
//--------------------------------------------------------------------------------------------------
// This script reads event data from a JSON file and outputs those events which are within the range
// supplied by the “start“ and “end“ GET parameters.
//
// An optional “timezone“ GET parameter will force all ISO8601 date stings to a given timezone.
//
// Requires PHP 5.2.0 or higher.
//--------------------------------------------------------------------------------------------------
// Require our Event class and datetime utilities
require dirname(__FILE__) . ‘/utils.php‘;
// Short-circuit if the client did not give us a date range.
if (!isset($_GET[‘start‘]) || !isset($_GET[‘end‘])) {
die(“Please provide a date range.“);
}
// Parse the start/end parameters.
// These are assu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 37009 2015-08-16 18:19 fullcalendar-2.4.0\changelog.txt
....... 2018 2015-08-16 18:19 fullcalendar-2.4.0\demos\agenda-views.html
....... 2078 2015-08-16 18:19 fullcalendar-2.4.0\demos\background-events.html
....... 1911 2015-08-16 18:19 fullcalendar-2.4.0\demos\basic-views.html
....... 1902 2015-08-16 18:19 fullcalendar-2.4.0\demos\default.html
....... 3011 2015-08-16 18:19 fullcalendar-2.4.0\demos\external-dragging.html
....... 1381 2015-08-16 18:19 fullcalendar-2.4.0\demos\gcal.html
....... 1026 2015-08-16 18:19 fullcalendar-2.4.0\demos\json\events.json
....... 1516 2015-08-16 18:19 fullcalendar-2.4.0\demos\json.html
....... 3134 2015-08-16 18:19 fullcalendar-2.4.0\demos\languages.html
....... 1795 2015-08-16 18:19 fullcalendar-2.4.0\demos\php\get-events.php
....... 393 2015-08-16 18:19 fullcalendar-2.4.0\demos\php\get-timezones.php
....... 3959 2015-08-16 18:19 fullcalendar-2.4.0\demos\php\utils.php
....... 2409 2015-08-16 18:19 fullcalendar-2.4.0\demos\selectable.html
....... 1995 2015-08-16 18:19 fullcalendar-2.4.0\demos\theme.html
....... 2912 2015-08-16 18:19 fullcalendar-2.4.0\demos\timezones.html
....... 24457 2015-08-16 18:19 fullcalendar-2.4.0\fullcalendar.css
....... 319309 2015-08-16 18:19 fullcalendar-2.4.0\fullcalendar.js
....... 11764 2015-08-16 18:19 fullcalendar-2.4.0\fullcalendar.min.css
....... 98475 2015-08-16 18:19 fullcalendar-2.4.0\fullcalendar.min.js
....... 5383 2015-08-16 18:19 fullcalendar-2.4.0\fullcalendar.print.css
....... 5727 2015-08-16 18:19 fullcalendar-2.4.0\gcal.js
....... 2303 2015-08-16 18:19 fullcalendar-2.4.0\lang\ar-ma.js
....... 2803 2015-08-16 18:19 fullcalendar-2.4.0\lang\ar-sa.js
....... 2306 2015-08-16 18:19 fullcalendar-2.4.0\lang\ar-tn.js
....... 3706 2015-08-16 18:19 fullcalendar-2.4.0\lang\ar.js
....... 2671 2015-08-16 18:19 fullcalendar-2.4.0\lang\bg.js
....... 2157 2015-08-16 18:19 fullcalendar-2.4.0\lang\ca.js
....... 2949 2015-08-16 18:19 fullcalendar-2.4.0\lang\cs.js
....... 1816 2015-08-16 18:19 fullcalendar-2.4.0\lang\da.js
............此处省略72个文件信息
相关资源
- Laboratory investigation of the effects of str
- Intel® Parallel Studio XE 2016 Update 1 专业
- Intel Parallel Studio XE Cluster Edition for W
- DELL 7010 BIOS Update
- 华硕主板驱动bios updater
- reportdesign基于lodop的vue简单打印设计工
- js特效40套
- 实现yarnlock与packagelockjson相互转换
- 百度离线地图实现可完全实现断网访
- 网页版聊天程序--网络程序设计课程大
- 微信小游戏项目 - 飞机大战
- Dashkit bootstrap 4 主题框架 ADMIN 后台
- 基于vue20构建的在线电影网film
- vuekanban一个基于vue的可拖放kanbanboar
- Intel Driver Update Utility v2.7.1.1.zip
- vue26elementUI汽车管理系统demo
- 网易云音乐小程序版
- 出租车轨迹可视化简单版
- 基于vue实现一个社交网站开发
- 一个适用于微信小程序的输入组件可
- Vue25仿去哪儿网
- Udacity微信小程序纳米学位课程项目新
- D2Admin简化版项目起始模板
- 微信扫码点餐小程序支持预约外卖优
- 一个以vuejs为前端框架的问卷调查平台
- vue高仿知乎日报单页面应用技术栈v
- 基于vue20的微商城
- Updater Application Block组件及详细文档
- Windows全平台离线更新工具(最新)
- testDateEdit.rar
评论
共有 条评论