Test dates

Transactions
Dan 2017-09-28 22:13:32 -06:00
parent 9d27fc4897
commit ab33e09bf8
1 changed files with 2 additions and 2 deletions

View File

@ -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'
});