DateTimeFormatInfo string format for day of week. Thursday becomes Th.

Posted by Tony_Henrich on Stack Overflow See other posts from Stack Overflow or by Tony_Henrich
Published on 2010-06-16T19:22:08Z Indexed on 2010/06/16 19:32 UTC
Read the original article Hit count: 132

Filed under:
|

Is there a DateTimeFormatInfo format pattern to convert a day of week to two characters? For example Tuesday becomes Tu, Wednesday becomes We. The format string needs to conform to the DateTimeFormatInfo for date formats.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET