RT
只要是这种 类型 2012-03-28 的 都要变为 3282012
------解决方案--------------------------------------------------------
convert.totime("2010-03-28").tostring("MMddyyyy");
拼写有错误,你找这样写就好了!
------解决方案--------------------------------------------------------
- C# code
DateTime dt = DateTime.Parse("2012-03-28"); MessageBox.Show(dt.ToString("Mddyyyy"));