I’m trying to use tcl to calculate an age in years. The format of the birthdate is dd/mm/yyyy where the day and month can be a single digit (eg 2/3/1947). I’m extracting the last 4 characters as the year using a string function. When I try to subtract the year from the current year, I get an error .
Any help appreciated.
Dave