I was wondering on how to write a method that will return me a string which will contain the short day name, example:
public static string GetShortDayName(DayOfWeek day)
now if i call:
string monday = GetShortDayName(DayOfWeek.Monday);
I will get back "mo" if culture is en, or "lu" if culture is at example it.