In my data file the week variable now is formatted like this
**week**
May 05 2014 - May 11 2014
May 12 2014 - May 18 2014
May 19 2014 - May 25 2014
I want to convert this now to, if possible, two variables week and year signaling the week number and its year, like this
**week** **year**
19 2014
20 2014
21 2014
Or maybe one variable week/year giving a combination. Just something that is more workable than this. Would this be possible in any way?