using System; public class Test { public static void Main() { Console.WriteLine(DateTime.Parse("5/5/2016").AddDays(2).ToString("MM/DD/YYYY")); } }