fork download
  1. using static System.Console;
  2. using static System.Convert;
  3.  
  4. public class Program {
  5. public static void Main() => WriteLine(ToDateTime("03/25/2015").ToString("dd/MM/yyyy"));
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/106457/101
Success #stdin #stdout 0.02s 17788KB
stdin
Standard input is empty
stdout
25/03/2015