using System.Globalization;
using static System.Console;
public static void Main() {
WriteLine(DateTime.Now.ToString(new CultureInfo("pt-BR", false).DateTimeFormat.ShortDatePattern));
WriteLine(DateTime.Now.ToString(CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern));