0
kicks
DateTime formatting in C#
You know the basics of DateTime formatting in C#, but did you know you can specify the era (BC, AD)?
This article shows how you can format your dates in C# using character strings. It has thorough examples of all the strings such as three-letter month and day strings. It also shows how you can specify the era, which has very limited use, but is part of the .NET framework.