Changeset 2424793
- Timestamp:
- 11/24/2020 03:33:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
santas-christmas-countdown/trunk/scripts/scriptfile.js
r2316157 r2424793 3 3 thisday = today.getDate(); 4 4 thisyr = today.getFullYear(); 5 if (thismon == 11 && thisday > 2 6)5 if (thismon == 11 && thisday > 25) 6 6 { 7 7 thisyr = ++thisyr; 8 BigDay = new Date("December 2 6, "+thisyr);8 BigDay = new Date("December 25, "+thisyr); 9 9 } 10 10 else 11 11 { 12 BigDay = new Date("December 2 6, "+thisyr);12 BigDay = new Date("December 25, "+thisyr); 13 13 } 14 14
Note: See TracChangeset
for help on using the changeset viewer.