资源简介

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个文件信息

评论

共有 条评论