Hi Oleg06,
Inside de guestbook.php , in +- line 353 and line 415, is:
lngDate(), is a function of /admin/inc/basic.php.
Too, in basic.php there is other function shtDate(); but you can to use other function of php directly: http://www.php.net/manual/en/datetime.formats.date.php
Regards.
Inside de guestbook.php , in +- line 353 and line 415, is:
Code:
...
else if ($n == 'date'){
$d = lngDate($d);
...
Too, in basic.php there is other function shtDate(); but you can to use other function of php directly: http://www.php.net/manual/en/datetime.formats.date.php
Regards.