This topic is locked
[SOLVED]

 Question with pulling server datetime

2/18/2010 3:02:40 PM
ASPRunnerPro General questions
E
evileyez3 author

Hello all,
I am currently using ASPRunner 6.0 and have a question regarding pulling the date and time on the server (not the client's local machine). I am currently using the Now() function on the add page as read only. When the user opens the add page, the date and time are displayed, but the date and time displayed is the user's local machine. How would I have the server's date and time shown on the add page for the read only field? I hope I've made sense. Thanks in advance, this is really a pain for me to figure out.

Sergey Kornilov admin 2/18/2010

Now() function is executed on the server and pulls server time.

E
evileyez3 author 2/19/2010

Thank you for your response. I assumed the Now() function was client side. I have been having a problem with end users submitting a form and the date and time being incorrect. This is only happening with 3 users (out of 27). Also, the server time is correct. I've tried to recreate the error and but cannot.