"want client's time zone from server side":--
i am using an web application which runs on remote server, it shows the time and date in EST format as that of its server but i want to display that in its client's timezone
i tried to make so many changes in
JSP and
Java action classes but it always gives time in EST i.e. server side format....
can anyone please help me how can i get timezone of client which could be in any timezone..?