Test dates
parent
193bc6967c
commit
53d6695c3e
|
|
@ -43,7 +43,7 @@ router.get("/page/:page",function(req,res){
|
|||
if (wednesday < sundaySchool || 1 == 1){
|
||||
events.push({
|
||||
title: 'Wednesday Evening',
|
||||
startDate: wednesday,
|
||||
startDate: wednesdayEnd,
|
||||
endDate: wednesdayEnd,
|
||||
description: 'Bible study and prayer for Wednesday evening.'
|
||||
});
|
||||
|
|
@ -56,13 +56,13 @@ router.get("/page/:page",function(req,res){
|
|||
});
|
||||
events.push({
|
||||
title: 'Sunday Morning Worship',
|
||||
startDate: sundayMorning,
|
||||
startDate: sundayMorningEnd,
|
||||
endDate: sundayMorningEnd,
|
||||
description: 'Sunday Morning Worship Service'
|
||||
});
|
||||
events.push({
|
||||
title: 'Sunday Evening',
|
||||
startDate: sundayEvening,
|
||||
startDate: sundayEveningEnd,
|
||||
endDate: sundayEveningEnd,
|
||||
description: 'Sunday Evening Service'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue