I need to get a day string with only a day of week integer (example : 1 = monday, 5 = friday...), I don't have any date.
I know that I can define an array of string but I think there is a better solution by using a date format. Is it possible without having a date ?