ソースを参照

update dates in demo files to be June 2014

Adam Shaw 11 年 前
コミット
229e0e5032
9 ファイル変更80 行追加80 行削除
  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. 11 11
      demos/json/events.json
  6. 11 11
      demos/languages.html
  7. 11 11
      demos/selectable.html
  8. 11 11
      demos/theme.html
  9. 2 2
      demos/timezones.html

+ 11 - 11
demos/agenda-views.html

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

+ 11 - 11
demos/basic-views.html

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

+ 11 - 11
demos/default.html

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

+ 1 - 1
demos/json.html

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

+ 11 - 11
demos/json/events.json

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

+ 11 - 11
demos/languages.html

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

+ 11 - 11
demos/selectable.html

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

+ 11 - 11
demos/theme.html

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

+ 2 - 2
demos/timezones.html

@@ -38,7 +38,7 @@
 					center: 'title',
 					right: 'month,agendaWeek,agendaDay'
 				},
-				defaultDate: '2014-01-12',
+				defaultDate: '2014-06-12',
 				timezone: currentTimezone,
 				editable: true,
 				events: {
@@ -124,4 +124,4 @@
 	<div id='calendar'></div>
 
 </body>
-</html>
+</html>