Test dates
parent
9d27fc4897
commit
ab33e09bf8
|
|
@ -40,7 +40,7 @@ router.get("/page/:page",function(req,res){
|
|||
|
||||
var wednesday = nextDay(now, 3, 19, 0, offset);
|
||||
var wednesdayEnd = nextDay(now, 3, 20, 30, offset);
|
||||
if (wednesday < sundaySchool){
|
||||
if (wednesday < sundaySchoo || 1 == 1){
|
||||
events.push({
|
||||
title: 'Wednesday Evening',
|
||||
startDate: wednesday,
|
||||
|
|
@ -56,7 +56,7 @@ router.get("/page/:page",function(req,res){
|
|||
});
|
||||
events.push({
|
||||
title: 'Sunday Morning Worship',
|
||||
startDate: sundayMorningEnd,
|
||||
startDate: sundayMorning,
|
||||
endDate: sundayMorningEnd,
|
||||
description: 'Sunday Morning Worship Service'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue