Hi,

How can I convert strings like "01/03/1997", e.i. of type "DD/MM/YYYY", to a new numeric variable for the month and one for the year?

I would like to have a variable with the value 3 (month) and one with the value 1997 (year).

Many thanks.