Here em taking input from user and then convert into DateTime when it is print on output screen it show Date and time both but i want to show only Date not time how can i do this??
//INPUT Console.Write("Pleas Enter Date of Birth: mm-dd-yy: "); Date_Of_Birth = Console.ReadLine(); //Converstion Date_Only = Convert.ToDateTime(Date_Of_Birth); //Printing no ouput Screen. Console.Write(Date_Only);"