fork download
  1. using System;
  2.  
  3. class Program
  4. {
  5. static void Main()
  6. {
  7. DateTime value = new DateTime(2010, 1, 18, 23, 45, 13);
  8. Console.WriteLine(value);
  9. }
  10. }
Success #stdin #stdout 0.03s 37000KB
stdin
Standard input is empty
stdout
1/18/2010 11:45:13 PM