Thank youHow about:
Dim dt As New Date(2004, 1, 1)Do While Not dt = CDate("2005/1/1")
dt = dt.AddDays(1)
Response.Write(dt.ToString)
Loop
Hope this helps,
sivilian
thanks a lot that works
Dim dt As New Date(2004, 1, 1)Do While Not dt = CDate("2005/1/1")
dt = dt.AddDays(1)
Response.Write(dt.ToString)
Loop
Hope this helps,
sivilian
thanks a lot that works
0 comments:
Post a Comment