Script to make operations with dates.
If we want to add 5 hours to current date: <% varADD=DateAdd("h", 4 , Now()) Response.write("Modified date: " & varADD) %>
Download code...
Print this page