Microflow error

0
how i  evaluate age between current date and a given date of birth?   i want ta evaluate age between 4 to 14?? can please help me with code and how i create it without error..
asked
3 answers
1

Hi Dhananjaya,

This is already answered in this forum post.

Just use the java action as described in the post that is pass in $ChildDOB/DateOfBirth in datetime input, CurrentDateTime in compare date input and set the return value as Age. Then, add exclusive split with expression to check $Age > 4 and $Age <14 and handle true false paths according to your requirements.

 

Hope this helps! 

answered
0

sir...see this..it comes error

answered
0

after..its also error

answered