If there aren't, a lookup table would probably be easiest ...
eg,
const char *daysOfTheWeek[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"};
from:
If there aren't, a lookup table would probably be easiest ...
eg,
const char *daysOfTheWeek[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"};
from: