-
Random Number (Previous, Current, Next) if Same number be another number
I am using
D = new Date(Date(0));
D = new Date(D.getTime()+0*24*60*60*1000);
A = (D.getDate());At the moment I’ve used a slider to scrub through each day and any that repeat again, I’ve just accommodated by telling it to equal something else.
Is there an easier way so that if the previous, current or next day have the same number it will equal a new random number?
Sorry, there were no replies found.