Hi,
can anyone help me out …
is it possible to get no.of years by substracting two dates.
Thanks in advance
Hi,
can anyone help me out …
is it possible to get no.of years by substracting two dates.
Thanks in advance
Hey @saritha
You can please do the following,
Math.Abs(Date1.Year - Date2.Year)
Provided date1 and date2 are two date time variables
Hope this helps
Thanks
#nK
ok Got it.
Thanks for ur reply
Cool @saritha
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.