Hello,
I have a variable that contains a filename, I want to be able to insert the
date and time just before for the ".jpg"
for example if my filename is 'pic.jpg' I want it to read 'pic_Monday 15th of
January 2003 05:51:38 AM.jpg (or if anyone else knowshow to write the time and
time all in numbers it would be appreciated as I'm using ate("l dS of F Y h:i:s
A") which obviously is a bit long.Many thanks. Kaan

