Age Calculation using Java

It is coded to provide readymade code for age calculation. We have to input our Date of Birth and machine will calculate your current age including days and weeks.

DobConversion.java file is attached with this document which contains SimpleDateFormat class to define pattern ,Calender class to get time functionalities and LocalDate class to find current date.



