Long time date format
using System; class Sample { public static void Main() { Console.WriteLine("(T) Long time:. . . . . . . . {0:T}\n",DateTime.Now); } }