infopath script

U

unkown

my case is that my infopath form have 2 datetime field using datepicker
one is start datetime, the other is end datetime
When user pick a start date time,
it will automatically fill in the end datetime which is start datetime+
10mins.
but i cannot find any function to do the start datetime + 10mins
i jz found that using the "new Date", but now, i'm using my own date, not
the system date.`
thx for all help`
 
G

Greg Collins [InfoPath MVP]

Not that it will help you in your current delima, but InfoPath 2007 allows you to do date mathematics. So you can do DateField + 10 minutes.
 
Top