using System;
public class Program
{
public static void Main()
Console.WriteLine(Convert.ToDateTime(DateTime.Now.ToString("dd-MM-yyyy")));
}