public static void Main(string[]args)
Console.WriteLine("\n date manipulation");
Console.WriteLine("\t *************** ");
Console.WriteLine("\n current data and time");
Console.WriteLine("\n day of the week");
Console.WriteLine("\n leapyear");
Console.WriteLine("\n add days");
Console.WriteLine("\n to string");
Console.WriteLine("\n day in a month");
Console.WriteLine("\n exit");
Console.WriteLine("enter the choice");
Console.WriteLine("date and time" + ("date time.now"));
Console.WriteLine("Days of the week" +("date time.now.day of week"));
Console.WriteLine("/ Leap year" + ("date time is leap year(a))"));
Console.WriteLine("add days" +date time.now.add day(b));
Console.WriteLine("to string" +("date time.now.to string('f')"));
d =Console.ReadLine("year");
Console.WriteLine("days in the month" +("date time.days in month(d,c)"));