B babcockjames21 New Member Apr 28, 2012 #1 How does one add six hours to the current time in an ASP.NET page and then display the output?Dim t As Date = New System.DateTime().Now.ToString<BR>Response.Write (DateAdd("h", 6, t))<BR><BR>hth<BR>matt
How does one add six hours to the current time in an ASP.NET page and then display the output?Dim t As Date = New System.DateTime().Now.ToString<BR>Response.Write (DateAdd("h", 6, t))<BR><BR>hth<BR>matt