I am trying to use the datechooser component making it timezone sensitive. How to pass the timezone to the datechooser component ? I am able to pass locale but not the timezone component. Below is my code - pls tell me how to pass timezone to the component.
I tried something like this but it cannot convert PST to a valid Timezone. Pls guide me urgently.
<ig:dateChooser id="investigationRecoveryDateChooser1" buttonStyleClass="dcCalendarButton" tooltip="Recovery date" value="#{investigationRecoveryBean.recoveryDate}" textbox-StyleClass="ficCalendarTextbox" editMasks="#{systemDateFormatSupplier.systemConfiguredDateFormat}" locale="#{userPersonalizationBean.locale}" timeZone="PST" >
Pls note that I am using it in the JSF page with Java backend - so the suggested solution should be Java compatible
Hi:
The data chooser relies on Java Locale for its date formatting etc. To my knowledge Locale does not include Time Zone.Can you help me better understand what you are trying to achieve?Thanks,Jim