GAME THREAD!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Chances this is an 11 am game? There's a World Series game that night, and I believe ESPN/ABC has already picked Notre Dame-Michigan for the night slot.
var d = new Date();
if (d < 10/20/2019) {
response = "I'm not so sure they've decided on the night game yet...but if so, probably. Astute observation.";
} else if (d > 10/26/2019) {
response = null;
} else {
reponse = "Shut up, rodent.";
}
Look at this smarty pants over here. All coding and shit.Code:var d = new Date(); if (d < 10/20/2019) { response = "I'm not so sure they've decided on the night game yet...but if so, probably. Astute observation."; } else if (d > 10/26/2019) { response = null; } else { reponse = "Shut up, rodent."; }
I'm quite certain it takes a bit more than > or < to compare dates, but I'm lazy.Look at this smarty pants of here. All coding and shit.
Code:var d = new Date(); if (d < 10/20/2019) { response = "I'm not so sure they've decided on the night game yet...but if so, probably. Astute observation."; } else if (d > 10/26/2019) { response = null; } else { reponse = "Shut up, rodent."; }
I'm quite certain it takes a bit more than > or < to compare dates, but I'm lazy.