It's better do use weekday() instead of day() to get the week day. This lets the calendar begin on Monday, Sunday or any other day depending on the moment locale. E.g. in Germany it's normal to have the calendar start on Monday, a calendar starting on Sunday is unusual to us.
It's better do use weekday() instead of day() to get the week day. This lets the calendar begin on Monday, Sunday or any other day depending on the moment locale. E.g. in Germany it's normal to have the calendar start on Monday, a calendar starting on Sunday is unusual to us.
Overall great work and thanks!