Brad Would it be possible to show date and time format as local settings with respect to the region, when the user is logged. For instance the date and time shown as US format when I logon and I need in GMT format and date as dd/mm/yyyy format. _________ Satya SKJ
Brad I think there is a function getTimezoneOffset available in Javascript which can be used to get the time-zone offset in minutes for the current locale. Also, the function getDate can be used to get the client date. HTH. Gaurav
The forum software I am using doesn't give any options for date and time, except for formatting of its appearance. I don't think I am smart enough to reverse-engineer the code and figure out how to modify it to display time in GMT. ------------------ Brad M. McGehee Webmaster SQL-Server-Performance.Com
Satya, May this helps u. http://www.sqlmag.com/Articles/Index.cfm?ArticleID=14371&action=showfaq Rushendra
Rushi I am referring to show FORUM's date & time with locale settings i.e., for my login it should be with GMT. Thanks for the link, I am aware about the registry-process in SQL. _________ Satya SKJ