You need to sign in to do that
Don't have an account?

How to display/change date time in records according to timezone?
Hi All,
I am working on a requirement where the cases are displayed in table in the following format
Casenumber, created date, last modified date,status, last modified by on a vf page.
I need to display the date according to the timezone of the user/agent who works on it. Currently the dates are displayed in GMT and i need to convert it to EST.
How can i achieve this?
Thanks ,
Bharath
I used once fullCalendar for an implementation and I used this code to achieve to get the right datetime based on the time zone:
Let me know if that works.