using System; public class Test { public static void Main() { Console.WriteLine(DateTime.Now.ToString("dd/mm/yyyy")); Console.WriteLine(DateTime.Now.ToString("dd/MM/yyyy")); } }