Calculate date input

Hello,

Lets say i have an input of birthdate, is there any way i can find the age based on the birthdate input?

Hi @yeos_kobrata,

Of course, you can use something like the code snippet here: https://stackoverflow.com/a/1116138
You can then wrap this code around a ServiceTask JavaDelegate or an ExecutionListener.

Best,
Nikola