-
How to change time zone on DateEntered
Can someone tell me how to either change the time zone or add three hours to the following?
Dim DateTimeEntered
-
Here's how I often do it:
mintServerToOrgHourOffset = 3
mvarOrgDtTime = DateAdd("H", mintServerToOrgHourOffset, DateTimeEntered)
-
I tried your code but it keeps showing up as 3:00:00 AM instead of the current time. Any idea what the problem is?
-
Nevermind, my mistake. I had taken out the DateTimeEntered = Now(). Thanks for your help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks