Hey guys! Just purchased Canvas and I'm totally loving how flexible it is.
There appears to be something weird going on with the countdown clock, though? You can check out where I'm using it here:
Our event is on 4-29-2017. If I punch the correct date into the script area, it adds an extra 30 days (or so) onto it? I had to set it to the following:
var newDate = new Date(2017, 3, 30);
to pull up the correct number of days for the countdown. Pretty weird, huh? Am I missing something obvious?
