javascript - Get TimeZone from browsers with OS set to some other language -


in french windows(windows 7 os language set french) using following code time zone name getting time zone name in french language wanted in english.

   function gettimezone() {         return /\((.*)\)/.exec(new date().tostring())[1];    } 

i don't believe javascript's native implementation give output in different languages. you'll have use library i18n moment.js.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -