Hi all - I have a variable (named: DDate) which is currently a string variable in the form of DDMMYYYY
I am attempting to create code so that the day of the month is is scrambled with random numbers, with the month and the year remaining unchanged. I am also trying to produce a histogram of the days of the month only (i.e. not using the month or the years values) from the scrambled dates, as evidence of the scrambling.
Any suggestions would be greatly appreciated.
I am attempting to create code so that the day of the month is is scrambled with random numbers, with the month and the year remaining unchanged. I am also trying to produce a histogram of the days of the month only (i.e. not using the month or the years values) from the scrambled dates, as evidence of the scrambling.
Any suggestions would be greatly appreciated.
Comment