Log info about dates to console for testing
parent
0f18fb0222
commit
339834e5b3
|
|
@ -108,6 +108,9 @@ function getEventMeta(req, res, id){
|
|||
return;
|
||||
}
|
||||
|
||||
console.log("Start");
|
||||
console.log(event.startDate);
|
||||
console.log(event.startDate.getTimezoneOffset());
|
||||
var monthNum = event.startDate.getMonth();
|
||||
var monthName = MONTHS_FULL[monthNum];
|
||||
var day = event.startDate.getDate();
|
||||
|
|
|
|||
Loading…
Reference in New Issue