local = (day of the week)
Posted: Thursday 08 February 2018 10:38
Sorry for the very dummy question but how it's possible to fill a local variable with the day of the week?
I'm building a basic script that remind me to put out the garbage based on the week of the day but i'm stuck to define the variable:
local today = (day of the week)
if today = mon then
.... notify....
else if today = tue then
... notify ...
....
...
I'm building a basic script that remind me to put out the garbage based on the week of the day but i'm stuck to define the variable:
local today = (day of the week)
if today = mon then
.... notify....
else if today = tue then
... notify ...
....
...