Hi ABC,
the System.Globalization.DateTimeFormatInfo class contains methods to help
you. For example the long date of the current culture can be found using:
System.Globalization.DateTimeFormatInfo.CurrentInfo.LongDatePattern
On my computer the string returned is: dddd, MMMM dd, yyyy