ソースを参照

update dates in demos

Adam Shaw 11 年 前
コミット
fd22394480
9 ファイル変更78 行追加78 行削除
  1. 11 11
      demos/agenda-views.html
  2. 11 11
      demos/basic-views.html
  3. 11 11
      demos/default.html
  4. 1 1
      demos/json.html
  5. 10 10
      demos/json/events.json
  6. 11 11
      demos/languages.html
  7. 11 11
      demos/selectable.html
  8. 11 11
      demos/theme.html
  9. 1 1
      demos/timezones.html

+ 11 - 11
demos/agenda-views.html

@@ -17,45 +17,45 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			editable: true,
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2014-06-01'
+					start: '2014-08-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2014-06-07',
-					end: '2014-06-10'
+					start: '2014-08-07',
+					end: '2014-08-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-09T16:00:00'
+					start: '2014-08-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-16T16:00:00'
+					start: '2014-08-16T16:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2014-06-12T10:30:00',
-					end: '2014-06-12T12:30:00'
+					start: '2014-08-12T10:30:00',
+					end: '2014-08-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2014-06-12T12:00:00'
+					start: '2014-08-12T12:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2014-06-13T07:00:00'
+					start: '2014-08-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2014-06-28'
+					start: '2014-08-28'
 				}
 			]
 		});

+ 11 - 11
demos/basic-views.html

@@ -17,45 +17,45 @@
 				center: 'title',
 				right: 'month,basicWeek,basicDay'
 			},
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			editable: true,
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2014-06-01'
+					start: '2014-08-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2014-06-07',
-					end: '2014-06-10'
+					start: '2014-08-07',
+					end: '2014-08-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-09T16:00:00'
+					start: '2014-08-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-16T16:00:00'
+					start: '2014-08-16T16:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2014-06-12T10:30:00',
-					end: '2014-06-12T12:30:00'
+					start: '2014-08-12T10:30:00',
+					end: '2014-08-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2014-06-12T12:00:00'
+					start: '2014-08-12T12:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2014-06-13T07:00:00'
+					start: '2014-08-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2014-06-28'
+					start: '2014-08-28'
 				}
 			]
 		});

+ 11 - 11
demos/default.html

@@ -12,45 +12,45 @@
 	$(document).ready(function() {
 
 		$('#calendar').fullCalendar({
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			editable: true,
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2014-06-01'
+					start: '2014-08-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2014-06-07',
-					end: '2014-06-10'
+					start: '2014-08-07',
+					end: '2014-08-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-09T16:00:00'
+					start: '2014-08-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-16T16:00:00'
+					start: '2014-08-16T16:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2014-06-12T10:30:00',
-					end: '2014-06-12T12:30:00'
+					start: '2014-08-12T10:30:00',
+					end: '2014-08-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2014-06-12T12:00:00'
+					start: '2014-08-12T12:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2014-06-13T07:00:00'
+					start: '2014-08-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2014-06-28'
+					start: '2014-08-28'
 				}
 			]
 		});

+ 1 - 1
demos/json.html

@@ -17,7 +17,7 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			editable: true,
 			events: {
 				url: 'php/get-events.php',

+ 10 - 10
demos/json/events.json

@@ -1,39 +1,39 @@
 [
   {
     "title": "All Day Event",
-    "start": "2014-06-01"
+    "start": "2014-08-01"
   },
   {
     "title": "Long Event",
-    "start": "2014-06-07",
-    "end": "2014-06-10"
+    "start": "2014-08-07",
+    "end": "2014-08-10"
   },
   {
     "id": "999",
     "title": "Repeating Event",
-    "start": "2014-06-09T16:00:00-05:00"
+    "start": "2014-08-09T16:00:00-05:00"
   },
   {
     "id": "999",
     "title": "Repeating Event",
-    "start": "2014-06-16T16:00:00-05:00"
+    "start": "2014-08-16T16:00:00-05:00"
   },
   {
     "title": "Meeting",
-    "start": "2014-06-12T10:30:00-05:00",
-    "end": "2014-06-12T12:30:00-05:00"
+    "start": "2014-08-12T10:30:00-05:00",
+    "end": "2014-08-12T12:30:00-05:00"
   },
   {
     "title": "Lunch",
-    "start": "2014-06-12T12:00:00-05:00"
+    "start": "2014-08-12T12:00:00-05:00"
   },
   {
     "title": "Birthday Party",
-    "start": "2014-06-13T07:00:00-05:00"
+    "start": "2014-08-13T07:00:00-05:00"
   },
   {
     "title": "Click for Google",
     "url": "http://google.com/",
-    "start": "2014-06-28"
+    "start": "2014-08-28"
   }
 ]

+ 11 - 11
demos/languages.html

@@ -40,7 +40,7 @@
 					center: 'title',
 					right: 'month,agendaWeek,agendaDay'
 				},
-				defaultDate: '2014-06-12',
+				defaultDate: '2014-08-12',
 				lang: currentLangCode,
 				buttonIcons: false, // show the prev/next text
 				weekNumbers: true,
@@ -48,40 +48,40 @@
 				events: [
 					{
 						title: 'All Day Event',
-						start: '2014-06-01'
+						start: '2014-08-01'
 					},
 					{
 						title: 'Long Event',
-						start: '2014-06-07',
-						end: '2014-06-10'
+						start: '2014-08-07',
+						end: '2014-08-10'
 					},
 					{
 						id: 999,
 						title: 'Repeating Event',
-						start: '2014-06-09T16:00:00'
+						start: '2014-08-09T16:00:00'
 					},
 					{
 						id: 999,
 						title: 'Repeating Event',
-						start: '2014-06-16T16:00:00'
+						start: '2014-08-16T16:00:00'
 					},
 					{
 						title: 'Meeting',
-						start: '2014-06-12T10:30:00',
-						end: '2014-06-12T12:30:00'
+						start: '2014-08-12T10:30:00',
+						end: '2014-08-12T12:30:00'
 					},
 					{
 						title: 'Lunch',
-						start: '2014-06-12T12:00:00'
+						start: '2014-08-12T12:00:00'
 					},
 					{
 						title: 'Birthday Party',
-						start: '2014-06-13T07:00:00'
+						start: '2014-08-13T07:00:00'
 					},
 					{
 						title: 'Click for Google',
 						url: 'http://google.com/',
-						start: '2014-06-28'
+						start: '2014-08-28'
 					}
 				]
 			});

+ 11 - 11
demos/selectable.html

@@ -17,7 +17,7 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			selectable: true,
 			selectHelper: true,
 			select: function(start, end) {
@@ -37,40 +37,40 @@
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2014-06-01'
+					start: '2014-08-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2014-06-07',
-					end: '2014-06-10'
+					start: '2014-08-07',
+					end: '2014-08-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-09T16:00:00'
+					start: '2014-08-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-16T16:00:00'
+					start: '2014-08-16T16:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2014-06-12T10:30:00',
-					end: '2014-06-12T12:30:00'
+					start: '2014-08-12T10:30:00',
+					end: '2014-08-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2014-06-12T12:00:00'
+					start: '2014-08-12T12:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2014-06-13T07:00:00'
+					start: '2014-08-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2014-06-28'
+					start: '2014-08-28'
 				}
 			]
 		});

+ 11 - 11
demos/theme.html

@@ -19,45 +19,45 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay'
 			},
-			defaultDate: '2014-06-12',
+			defaultDate: '2014-08-12',
 			editable: true,
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2014-06-01'
+					start: '2014-08-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2014-06-07',
-					end: '2014-06-10'
+					start: '2014-08-07',
+					end: '2014-08-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-09T16:00:00'
+					start: '2014-08-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2014-06-16T16:00:00'
+					start: '2014-08-16T16:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2014-06-12T10:30:00',
-					end: '2014-06-12T12:30:00'
+					start: '2014-08-12T10:30:00',
+					end: '2014-08-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2014-06-12T12:00:00'
+					start: '2014-08-12T12:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2014-06-13T07:00:00'
+					start: '2014-08-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2014-06-28'
+					start: '2014-08-28'
 				}
 			]
 		});

+ 1 - 1
demos/timezones.html

@@ -37,7 +37,7 @@
 					center: 'title',
 					right: 'month,agendaWeek,agendaDay'
 				},
-				defaultDate: '2014-06-12',
+				defaultDate: '2014-08-12',
 				timezone: currentTimezone,
 				editable: true,
 				events: {