date型別有一些專門用於將日期格式化為字串的方法:
1、todatestring()-以特定的於實現的格式顯示星期幾、年月日。
2、totimestring()-以特定的於實現的格式顯示時分秒和時區。
3、tolocaledatestring()-以特定於地區的格式顯示星期幾、年月日。
4、tolocaltimestring()-以特定於實現的格式顯示時分秒。
5、toutcstring()-以特定於實現的格式完整的utc日期。
6、tocmtstring()-同toutcstring(),目的是確保向後相容。
格式化日期
格式化日期 輸出形式取決於使用者計算機的文化設定。using system using system.globalization public class mainclass string date for int i 0 i format.length i d 07 11 2004 輸出 d su...
格式化日期
function dateformat datestr,types dim datestring if isdate datestr false then datestring end if select case types case 1 datestring year datestr month...
日期格式化
日期轉化一 為了達到不同的顯示效果有時,我們需要對時間進行轉化,預設格式為 2007 01 03 14 33 34 要轉化為其他格式,要用到datetime.tostring的方法 string,iformatprovider 如下所示 using system using system.globa...