03-15-06 10:54 PM
Bill wrote:
> In ASP, how can I quickly return the server time + 2 hours, using
> VBScript?
>
> With TIME(), I've found functions for date arithmetic, but I can't
> find anything for time arithmetic.
>
> Thanks!!!
t=dateadd("hh",2,now())
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
[ Post a follow-up to this message ]
|