Page 1 of 1

time date

Posted: Wed Apr 30, 2008 7:31 pm
by weppie
Hello ,

I want to change my date format , en add the time off a new message
..but i cant find the code where the date is generated in the script??
otherwise i would change them to european format.
(php:date — Format a local time/date)

The comment text , these is italic

so where can i this change, i cant find


Thanks :wink:

Fine GuestBook!!

Posted: Wed Apr 30, 2008 10:28 pm
by Henrie
Hello weppie,

In Gbook version 1.6 the date is defined the gbook.php file in line 749

Code: Select all

$added=date ("F j, Y");
You can change it to for example

Code: Select all

$added=strftime ("%A %d %B %Y at %H:%M");
Greetings,
Henrie

Posted: Thu May 01, 2008 8:10 am
by weppie
Thanks i found............ :wink: