Time Zone Calc

B

BCLivell

Hi everyone
I have a cascading list going that allows a person to select a date and
then a time.
In the contact part of my form, i made a drop down list so they can pick
their time zone.
I am having trouble figuring out how I can gtet infopath to calacute the
time they choose based on their time zone.
 
F

Franck Dauché

Hi,

Can't you just calculate that time using code behind? You need to store 2
separate times in your schema. One is the local time that users enter
manually, the other one is calculated OnAfterChange of the previous time.

Hope that it helps.

Regards,

Franck Dauché
 
B

BCLivell

I'm unsure how to do that. Can you write down how to do that or send me to a
link if there is code out there already. thank you so much!
 
Top