You can use this simple code below.
Code: DateTime.Now.ToShortDateString();
Ex.Console.WriteLine(DateTime.Now.ToShortDateString());
You can use this simple code below.
Code: DateTime.Now.ToShortDateString();
Ex.Console.WriteLine(DateTime.Now.ToShortDateString());