It looks like python, so the semi-colons are unnecessary.
If you want to rid yourself of datetime for whatever reason, implement it as a list, returning name_of_day[x], so that you can start the week on a Sunday(=0) easily if you want to.
Beyond that, I'm stuck too :-(
It looks like python, so the semi-colons are unnecessary.
If you want to rid yourself of datetime for whatever reason, implement it as a list, returning name_of_day[x], so that you can start the week on a Sunday(=0) easily if you want to.
Beyond that, I'm stuck too :-(