Hello,I have a data element that is currently picking up values such as
this:Tue Oct 07 1975 00:00:00 GMT+0400 (Gulf Standard Time)Tue May 05
1981 00:00:00 GMT+0400 (Gulf Standard Time) I'd like to extract the YYYY
[Char 11 - 15] from the text and then subtract from current year 2020 to
get the age of the user. How can I accomplish this?Output required:Case
1: 45 ... [2020 - 1975]Case 2: 39 ...[2020 - 1981] --Edit: This is what
I have so far but it doesn't load the data element.QB: DOB is for
ex...