財務及電腦軟體理論及實務
油畫世界
Taiwanese in Vietnam
Finamcial controllor and Software designer
oil painting
2013年9月25日 星期三
DateTime AddDay實戰範例
<body> <% Dim week() As String = {"星期日", "星期ㄧ", "星期二", "星期三", _ "星期四", "星期五", "星期六"} Dim d As DateTime = New DateTime(2012, 12, 10)Response.Write("2012年12月10日的10天後(12月20日)是 " & _ week(d.AddDays(10).DayOfWeek()))%> </body>
沒有留言:
張貼留言