ASP.NET:C#中時間格式的轉換

有時候咱們要對時間進行轉換,達到不一樣的顯示效果 默認格式爲:2005-6-6 14:33:34 若是要換成成200506,06-2005,2005-6-6或更多的該怎麼辦呢 咱們要用到:DateTime.ToString的方法(String, IFormatProvider) using System; using System.Globalization; String format="D";
相關文章
相關標籤/搜索