So, I have a string in format mm.dd.yyyy that comes from user input.
I have converted the string to mm/dd/yyyy and then to a Date using DateValue().
Now I need the day of the week as String such as "Monday" or "Tuesday". I know this can be done with a loop but I am hoping to avoid.
Also, I can get easily get the three letter code with CStr(Format(DayInteger,"DDD"))
Is there no way to get the full day?
I have converted the string to mm/dd/yyyy and then to a Date using DateValue().
Now I need the day of the week as String such as "Monday" or "Tuesday". I know this can be done with a loop but I am hoping to avoid.
Also, I can get easily get the three letter code with CStr(Format(DayInteger,"DDD"))
Is there no way to get the full day?