--- Gordon Stewart <[EMAIL PROTECTED]> wrote:

> echo "FILe - '$file'<BR>\n";
> if (file_exists($file)) {
> $ta=date ("F d Y H:i:s.", filemtime($file));
>    echo "The file was last modified: $ta<BR>\n";
> }
> 
> RESULT = "The file was last modified: July 30 2005 03:05:20."

Hi Gordon,

Have you tried this?

$ta=date ("U", filemtime($file));

-Bob




        
                
__________________________________ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to