Can anyone tell me how to print the week name rather than printing numbers in c#
Jessurider -10 Posting Whiz in Training
Recommended Answers
Jump to PostWhat do you understand by a "week name"
"week1"
"week one"
"the first week" etc.
Please explain.
Jump to Poststring dayOfWeek = DateTime.Now.DayOfWeek.ToString();
All 5 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
Jessurider -10 Posting Whiz in Training
Momerath 1,327 Nearly a Senior Poster Featured Poster
Mitja Bonca 557 Nearly a Posting Maven
Mitja Bonca 557 Nearly a Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.