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") ;

 

posted @ 2011-11-20 17:27  94cool  阅读(294)  评论(0编辑  收藏  举报