Question
Get the Time Zone for Extended UI
Does anyone know how I can send the timezone for the user to a custom object?
I need the part in red:
SimpleDateFormat formatter = new SimpleDateFormat("MM/dd/yyyy hh:mm:ss a z");
formatter.setTimeZone(TimeZone.getTimeZone("America/New_York"));
Thanks
Jay

