Hi,
I need to create a set of arrays of dates from Jan 1st 2000 - Dec 31st 2002.
I need each array value (date) to be in this format dmY so 31 dec 2002 would be 31122002
Ideally, I need to put this together as 36 arrays, one for each month from jan 2000 - Dec 2002
Does anyone know how I can create this automatically?
Just to let you know: this is to control a script which will automatically generate HTML files from a DB with entries within the dates above and each HTML file will be named according to the date. I am looking to have a link for each month ie: january 2000. You click the link, it goes to the appropriate code and runs through the code for each iteration of a loop, stepping through each array value.
Any help with this is appreciated,
Thanks,
Martin