T
Trond Hoiberg
I have a lot of files in a folder. The files are created on different dates.
Some of the files have been created on the same date. I need to build an
array with unique dates. So if 5 files have the same "created date" I only
need one date in the array.
5 files created on 22.05.2004
3 files created on 28.05.2004
will result in an array with 2 dates
(in the array 22052005 and 28052004)
Have been struggling with this for a week now so any code that could help
would be like x-mas
Best regards
Trond
Some of the files have been created on the same date. I need to build an
array with unique dates. So if 5 files have the same "created date" I only
need one date in the array.
5 files created on 22.05.2004
3 files created on 28.05.2004
will result in an array with 2 dates
(in the array 22052005 and 28052004)
Have been struggling with this for a week now so any code that could help
would be like x-mas

Best regards
Trond