日期:2014-05-18 浏览次数:20901 次
string s = "1999年9月9日"; string r = DateTime.ParseExact(s, "yyyy年M月d日", null).ToString("yyyy-MM-dd"); Response.Write(r);