Page 1 of 1

Gästebuch Datum / guestbook date

Posted: Tue 7. Feb 2006, 13:44
by nillux
Wie bekomme ich das Datum im Gästebuch von der englischen in die deutsche Version umgestellt, habe schon in der default.html versucht und auch in der act.guestbook.php. Aber nichts passiert.

How to change the guestbook dates from english into german version.
I tred to change the Timestamp in default.html...

Thanx in advance for your help

Posted: Wed 8. Feb 2006, 07:53
by Pappnase
hello

you can setup the format in the template file. and it works as you can ssee here :-)

http://www.phpwcms-docu.de/gaestebuch.phtml

here is the part from my template

Code: Select all

<!--GUESTBOOK_ENTRY_START//-->
  <tr bgcolor="#F5F5F5">
    <td width="1%" align="right">&nbsp;</td>
    <td width="99%">{TIMESTAMP:d/m/Y H:i}</td>
  </tr>