Piriod between two date pickers

N

Noy

I am trying to find a time piriod (by days or by hourse - don't matter)
between two datePickers located on my InfoPath form.
My date pickers contain also the date and also the houre selected by the user.

is there any way (with service pack 1 or without it) to find the piriod
between the two dates?

i have looked at the new service pack and there is an option to use a Date
object but i can's get the data from the date pickers so i can use the data.

I thank you for any hellp
 
B

Brian Teutsch [MSFT]

Sorry, but there isn't a good way to get this done. You'll have to write
script or code to do your date subtraction. If you're using C# code, you can
probably leverage the Date object to load the XML date value and perform
calculations that way.

Sorry,
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top