DayOfWeek in RTC library for R4 WIFI

If there aren't, a lookup table would probably be easiest ...

eg,

const char *daysOfTheWeek[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"};

from: