Solved
Getting Age field
- May 23, 2024
- 1 reply
- 999 views
You can use the following snippet as a reference
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) <= 40))
and
((((toInteger(substr(toString(now()),0,4))) -
(toInteger(substr((#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.personExtn.birthDateStr}),0,4)))) >= 18))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.