Is it possible to have the RelativeDateItem display time in local time in the picklist/dropdown and GMT time in the calculatedDateField to the right of the drop down? I know SmartGWT uses the local time, but I would like to display both. Meaning, the user edits the time in local time, but the 'preview' displays it in GMT time in the calculatedDateField to the right.
How would I do this? Can I use the DateUtil class to set a different format for the calculatedDateField than the text entry?
How would I do this? Can I use the DateUtil class to set a different format for the calculatedDateField than the text entry?
Comment