摘要:Datetime.ToString("MMM",new System.Globalization.CultureInfo("en-US"))月份转化为英文缩写string.Format("{0:d}",dt);//2005-11-5 string.Format("{0:D}",dt);//2005年11月5日 string.Format("{0:f}",dt);//2005年11月5日 14:23 string.Format("{0:F}",dt);//2005年11月5日
阅读全文
posted @ 2013-09-25 14:54