UtcDateTimeEdit control in a form:1) from the database to the user ->
applyTimeZoneOffset2) from the user to the database ->
removeTimeZoneOffsetContinue reading for the details.
Problem description
Define how to set and store value of an unbound
UtcDateTimeEdit control in a form.Hints
Play with bound and unbound
UtcDateTimeEdit controls in a form.