Re: newbie: date/time functions problems



Uzytkownik "NC" <nc@xxxxxxxxx> napisal w wiadomosci
news:ccc06640-7dad-442c-bb24-879628d0e1f2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Try this:

date_default_timezone_set('Europe/Warsaw');
echo date('Y.m.d', filemtime($_SERVER['SCRIPT_FILENAME']));

Thank you, but...
Now I have:

Warning: filemtime() [function.filemtime]: stat failed for
/StowarzyszenieIntegracja/Association.php in
F:\Inetpub\wwwroot\StowarzyszenieIntegracja\Scripts.inc on line 217


.