how in lamp (LINUX ,APACHE ,MYSQL ,PHP) environment , can i show date and time in web page according to the user time zone ?
THANKS
how in lamp (LINUX ,APACHE ,MYSQL ,PHP) environment , can i show date and time in web page according to the user time zone ?
THANKS
Use JavaScript to determine the timezone of the user:
new Date().gettimezoneOffset()