wackoyacky
04-19-2007, 02:22 AM
Hi All,
I'm currently developing an applications that will be used in different countries, my problem is how would I be able to determine the client's system date and time. If the date field is an entry, then it is not a problem, but my concern was for those field that are auto updated by the system let's say a "ModifiedDate" column.
I know by using .Now() would return me the web servers datetime, if I do this in SQL database, GETDATE() would return the database server's datetime instead.
Thanks in advance.
I'm currently developing an applications that will be used in different countries, my problem is how would I be able to determine the client's system date and time. If the date field is an entry, then it is not a problem, but my concern was for those field that are auto updated by the system let's say a "ModifiedDate" column.
I know by using .Now() would return me the web servers datetime, if I do this in SQL database, GETDATE() would return the database server's datetime instead.
Thanks in advance.