DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决:

原文: DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决:

DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决:

 

 DateTime.ParseExact(this.DateBegin.Text, "dd/MM/yyyy", System.Globalization.CultureInfo.GetCultureInfo("en-US")).ToString("yyyy-MM-dd") ;

上一篇:Myeclipse报错-Java compiler level does not match 完美解决方法


下一篇:康哥教你如何有效管理重做日志文件