When using ‘numbers’ option to display the date the day and month digits needs to be added 1
for ex.: today date output is 4/11/2024
I would use array to store all names
And then you can use mod(WeekVar,7) for days
And mod(MonthVar,12) for months
And then you would use just
WeekArray[WeekVar]
And
MonthArray[MonthVar]
BTW somewhere in there needs to be +1
Cause 1st array child is 0 so for week you would end on child with index 6
Same story for months
Of course child would need to contain names
Also here is how to get blinking double commas or whatever