D
davide.papagno
Hi all.
I use this command to get the time stamp file output
$date = ctime(stat($file)->mtime);
and what I get is:
Wed Apr 5 16:44:43 2006
is there a simple way to get only
Wed Apr 5
?
really thanx all
I use this command to get the time stamp file output
$date = ctime(stat($file)->mtime);
and what I get is:
Wed Apr 5 16:44:43 2006
is there a simple way to get only
Wed Apr 5
?
really thanx all