Test dates
parent
a24565ccb5
commit
3061f5cc9d
|
|
@ -48,7 +48,7 @@ router.get("/page/:page",function(req,res){
|
||||||
}
|
}
|
||||||
events.push({
|
events.push({
|
||||||
title: 'Sunday School',
|
title: 'Sunday School',
|
||||||
startDate: nextSundayMorning,
|
startDate: moment.tz(nextSundayMorning,"America/Denver").format(),
|
||||||
endDate: new Date(nextSundayMorning).setHours(11),
|
endDate: new Date(nextSundayMorning).setHours(11),
|
||||||
description: 'Sunday School Service'
|
description: 'Sunday School Service'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue