Hello,
I would like to know if Javascript can do the following thing.
I have a list of files and they have the following names:
05 Jun 03
04 Jun 03
03 Jun 03
02 Jun 03
01 Jun 03
and so on..
I would like to know if there is a script that would
a: list the file names in the order (with the most recent first) and
automtically add the file that is listed say for example I add 06 Jun
03 to the listing and the list would show:
06 Jun 03
05 Jun 03
04 Jun 03
03 Jun 03
02 Jun 03
01 Jun 03
Thanks!
Kevin Davis
I would like to know if Javascript can do the following thing.
I have a list of files and they have the following names:
05 Jun 03
04 Jun 03
03 Jun 03
02 Jun 03
01 Jun 03
and so on..
I would like to know if there is a script that would
a: list the file names in the order (with the most recent first) and
automtically add the file that is listed say for example I add 06 Jun
03 to the listing and the list would show:
06 Jun 03
05 Jun 03
04 Jun 03
03 Jun 03
02 Jun 03
01 Jun 03
Thanks!
Kevin Davis
Comment