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
Gästebuch Datum / guestbook date
-
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
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"> </td>
<td width="99%">{TIMESTAMP:d/m/Y H:i}</td>
</tr>