string strr = "2017年8月11日"; Console.WriteLine((Convert.ToDateTime(strr)).ToString("yyyy-MM-dd"));这样也行