Console.WriteLine(string.Format("{0:yyyy/MM/dd}", DateTime.Today));
Console.WriteLine(string.Format("{0:yyyy\\/MM\\/dd}", DateTime.Today));