Page 1 of 1

Calculating number of days between two days.

Posted: Thu Apr 30, 2015 6:37 am
by Satyakshma
Hi

I need to get the number of days between two days. Kindly suggest the logic to be applied to do so.

Thanks

Re: Calculating number of days between two days.

Posted: Thu Apr 30, 2015 11:35 am
by HighAley
Hello.

You could use next expression:

Code: Select all

{(Variable1-Variable2).TotalDays}
Thank you.