public static void Main()
DateTime hoy = DateTime.Now;
Console.WriteLine("Forma actual:");
string periodo = hoy.Year.ToString() + hoy.Month.ToString("00");
Console.WriteLine("Fecha 1: " + text1);
Console.WriteLine("Fecha 2: " + text2);
Console.WriteLine("Sugerencia:");
text1 = text2 = hoy.Year.ToString() + hoy.Month.ToString("00");
Console.WriteLine("Fecha 1: " + text1);
Console.WriteLine("Fecha 2: " + text2);