Adam Shaw 8 лет назад
Родитель
Сommit
fc714010c3
2 измененных файлов с 31 добавлено и 31 удалено
  1. 16 16
      demos/theme-bootstrap.html
  2. 15 15
      tests/manual/jquery-ui-themes.html

+ 16 - 16
demos/theme-bootstrap.html

@@ -71,64 +71,64 @@
 				center: 'title',
 				right: 'month,agendaWeek,agendaDay,listMonth'
 			},
-			defaultDate: '2017-02-12',
+			defaultDate: '2017-07-12',
 			navLinks: true, // can click day/week names to navigate views
 			editable: true,
 			eventLimit: true, // allow "more" link when too many events
 			events: [
 				{
 					title: 'All Day Event',
-					start: '2017-02-01'
+					start: '2017-07-01'
 				},
 				{
 					title: 'Long Event',
-					start: '2017-02-07',
-					end: '2017-02-10'
+					start: '2017-07-07',
+					end: '2017-07-10'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2017-02-09T16:00:00'
+					start: '2017-07-09T16:00:00'
 				},
 				{
 					id: 999,
 					title: 'Repeating Event',
-					start: '2017-02-16T16:00:00'
+					start: '2017-07-16T16:00:00'
 				},
 				{
 					title: 'Conference',
-					start: '2017-02-11',
-					end: '2017-02-13'
+					start: '2017-07-11',
+					end: '2017-07-13'
 				},
 				{
 					title: 'Meeting',
-					start: '2017-02-12T10:30:00',
-					end: '2017-02-12T12:30:00'
+					start: '2017-07-12T10:30:00',
+					end: '2017-07-12T12:30:00'
 				},
 				{
 					title: 'Lunch',
-					start: '2017-02-12T12:00:00'
+					start: '2017-07-12T12:00:00'
 				},
 				{
 					title: 'Meeting',
-					start: '2017-02-12T14:30:00'
+					start: '2017-07-12T14:30:00'
 				},
 				{
 					title: 'Happy Hour',
-					start: '2017-02-12T17:30:00'
+					start: '2017-07-12T17:30:00'
 				},
 				{
 					title: 'Dinner',
-					start: '2017-02-12T20:00:00'
+					start: '2017-07-12T20:00:00'
 				},
 				{
 					title: 'Birthday Party',
-					start: '2017-02-13T07:00:00'
+					start: '2017-07-13T07:00:00'
 				},
 				{
 					title: 'Click for Google',
 					url: 'http://google.com/',
-					start: '2017-02-28'
+					start: '2017-07-28'
 				}
 			]
 		});

+ 15 - 15
tests/manual/jquery-ui-themes.html

@@ -18,7 +18,7 @@ function initCalendar() {
 			center: 'title',
 			right: 'month,agendaWeek,agendaDay,listWeek'
 		},
-		defaultDate: '2014-08-12',
+		defaultDate: '2017-07-12',
 		weekNumbers: true,
 		navLinks: true, // can click day/week names to navigate views
 		editable: true,
@@ -26,56 +26,56 @@ function initCalendar() {
 		events: [
 			{
 				title: 'All Day Event',
-				start: '2014-08-01'
+				start: '2017-07-01'
 			},
 			{
 				title: 'Long Event',
-				start: '2014-08-07',
-				end: '2014-08-10'
+				start: '2017-07-07',
+				end: '2017-07-10'
 			},
 			{
 				id: 999,
 				title: 'Repeating Event',
-				start: '2014-08-09T16:00:00'
+				start: '2017-07-09T16:00:00'
 			},
 			{
 				id: 999,
 				title: 'Repeating Event',
-				start: '2014-08-16T16:00:00'
+				start: '2017-07-16T16:00:00'
 			},
 			{
 				title: 'Conference',
-				start: '2014-08-11',
-				end: '2014-08-13'
+				start: '2017-07-11',
+				end: '2017-07-13'
 			},
 			{
 				title: 'Meeting',
-				start: '2014-08-12'
+				start: '2017-07-12'
 			},
 			{
 				title: 'Lunch',
-				start: '2014-08-12'
+				start: '2017-07-12'
 			},
 			{
 				title: 'Meeting',
-				start: '2014-08-12'
+				start: '2017-07-12'
 			},
 			{
 				title: 'Happy Hour',
-				start: '2014-08-12'
+				start: '2017-07-12'
 			},
 			{
 				title: 'Dinner',
-				start: '2014-08-12'
+				start: '2017-07-12'
 			},
 			{
 				title: 'Birthday Party',
-				start: '2014-08-13T07:00:00'
+				start: '2017-07-13T07:00:00'
 			},
 			{
 				title: 'Click for Google',
 				url: 'http://google.com/',
-				start: '2014-08-28'
+				start: '2017-07-28'
 			}
 		]
 	});