Hello all, this is my first post on this site. I am currently dealing with a variable whose entries look like this:
10/11/2006-26/01/2012 (in string format)

I would like to separate the two dates into two new variables. How should I go about that? I've been trying to use strpos() and related, but not all the variables have the same length of dates (as in sometimes is 01/01/19 and sometimes 1/1/19).

Thanks,
Kristina