Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


To calculate the age

I want to calculate the age from birthday. I used the following libraries.

val age = Period.between(LocalDate.of(1990, 1, 1), LocalDate.now())
age.years // 25