// This code example demonstrates the ToString(String) and // ToString(String, IFormatProvider) methods for the DateTime // type in conjunction with the standard date and time // format specifiers. using System; using System.Globalization; using System.Threading; class Sample { public static void Main() { string msgShortDate = "(d) Short date: . . . . . . . "; string msgLongDate = "(D) Long date..