|
-
Mar 7th, 2001, 01:55 PM
#1
Thread Starter
PowerPoster
How does one check a server's system date instead of checking the client's system date in .ASP?
I realize Now() checks the client's system date but I need to base my application off of the server it is running on.
-
Mar 7th, 2001, 02:01 PM
#2
Now in ASP does return the servers date/time.
-
Mar 7th, 2001, 02:03 PM
#3
Thread Starter
PowerPoster
Duh! I should have realized that!
You won the prize for being the fastest!
-
Mar 7th, 2001, 02:07 PM
#4
wheee.What do I win?
Remember the basics. In asp all functions run on the server and produce the html and THEN sends the resulting html to the client. If NOw in ASP got the clients time, it would not work for Netscape or non windows systems viewing the page.
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
|
Click Here to Expand Forum to Full Width
|