Question
Tokens using Velocity script
Hello-
I am trying to create a velocity script. For instance, I want anyone who has a 19 in the year segmentation to set date to 1990.
If Year contains 20 set Date to 2000
If Year contains 19 set Date to 1990
If Year contains 18 set Date to 1980
How do I write the script to achieve the above?