hiiii
how to calculate age ?
from dob
as dob is present in excel?
Thanks and Regards,
Paro…
hiiii
how to calculate age ?
from dob
as dob is present in excel?
Thanks and Regards,
Paro…
Please refer the below link,
You can easily calculate by just giving formula in Excel with different options -
Regards,
Karthik Byggari
i want to calculate using ui path
as from today date?
// Save today's date.
var today = DateTime.Today;
// Calculate the age.
var age = today.Year - birthdate.Year;
// Go back to the year the person was born in case of a leap year
if (birthdate > today.AddYears(-age)) age--;
Regards,
Karthik Byggari
@parvati Here you go
AgeCalculation.zip (15.3 KB)
plz dont upload the file , it will be an older version an will not runs in the currunt version
Thank you very much @KarthikByggari you are awesome.
You saved my life