A Alan Ho Apr 14, 2005 #1 for example: today is 14/04/2005 the week of 14/04/2005, which day is monday...tuesday........ thanks...
for example: today is 14/04/2005 the week of 14/04/2005, which day is monday...tuesday........ thanks...
L LarryF Apr 14, 2005 #2 How about: DateTime date = new DateTime(2005, 4, 14); string dayOfWeek = date.DayOfWeek.ToString();