who can write a function to get clients Time zone,return value like:EDT EST IST and so on
|
|
|||||
|
|
or Check : Automatic Timezone Detection Using JavaScript download jstz.min.js and add a function to your html page
|
||||
|
|
|
Use the Date().getTimezoneOffset() function and then build a hash table from this URL timeanddate to relate it to if you want to use the time zone value. |
||||
|
|
|
If you look at the result of calling the From there you can match each capital letter within the parentheses.
The catch is that not every browser will include the parenthesised values. If you're targeting Firefox with a known Java plugin, you can also exploit the |
|||
|
|

