At the moment I have a variable FirstBought with format YYYYMMDD, e.g. 20120616. This variable is type: float & format: %9.0g.
I need to generate a variable which tells me which week of the year it is.
If it is possible this variable should start with week 1 = 01012008 and counts until the end of year 2015, which is in that case week416.
But if that last is not possible it will be no problem, I already have something to fix that.
Thanks in advance!
I need to generate a variable which tells me which week of the year it is.
If it is possible this variable should start with week 1 = 01012008 and counts until the end of year 2015, which is in that case week416.
But if that last is not possible it will be no problem, I already have something to fix that.
Thanks in advance!
Comment