Re: [PHP] show file creation date

2007-04-22 Thread tedd
At 7:18 PM +0100 4/21/07, [EMAIL PROTECTED] wrote: Hi sorry not really a php question.. but using it in a php script :) I want to list the date and time a file was created so I want someting like.. Apr 21 18:57 monkey.txt Ive been playing around with the LS options but I dont know what flags

[PHP] show file creation date

2007-04-21 Thread chris
Hi sorry not really a php question.. but using it in a php script :) I want to list the date and time a file was created so I want someting like.. Apr 21 18:57 monkey.txt Ive been playing around with the LS options but I dont know what flags I need. Closest I could get was.. ls -g -o -t

Re: [PHP] show file creation date

2007-04-21 Thread Richard Lynch
On Sat, April 21, 2007 1:18 pm, [EMAIL PROTECTED] wrote: Hi sorry not really a php question.. but using it in a php script :) I want to list the date and time a file was created so I want someting like.. Apr 21 18:57 monkey.txt Ive been playing around with the LS options but I dont know