mcobolahan
Technical User
I have to calculate the seniority of an individual as of the year 1995.
Hence, if Bob was hired in 2/18/79, his seniority would be (95-79).
How can I subtract the year field from 95 if the input is in the form: XX/XX/XX?
*The calculated result can only be 2 bytes long
Hence, if Bob was hired in 2/18/79, his seniority would be (95-79).
How can I subtract the year field from 95 if the input is in the form: XX/XX/XX?
*The calculated result can only be 2 bytes long