This commit is contained in:
2020-03-04 15:43:59 +00:00
parent f43e4e8d88
commit f483c08b6d

View File

@@ -86,7 +86,6 @@ export default {
var dtAfter = dtToday.plus({ days: -7 });
//go backwards to Sunday (In Luxon Monday is 1, Sunday is 7)
while (dtAfter.weekday != 7) {
console.log("dow:" + dtAfter.weekday + ", is " + dtAfter.weekdayLong);
dtAfter = dtAfter.plus({ days: -1 });
}
//go to very start of eighth dayahead