Hi, Can some body help to calculate employees tenure within current company from date of joining? The information is required in like 5.6 Years, 2.1 Years.
Please advise
Regards
Zee
Hi, Can some body help to calculate employees tenure within current company from date of joining? The information is required in like 5.6 Years, 2.1 Years.
Please advise
Regards
Zee
You should be able to use DateDiff() to get the number of months and divide by 12.
Thanks Man, it is done.