Menu

#4 wrong Date Format

V0.6
open
None
5
2003-05-30
2003-05-30
No

There is a bug in the Formatstring of the date.

replace the Line

define ('_PGB_ON_DATE_FORMAT', 'on %Y-%m-%d at
%h:%M:%S %a');
with
define ('_PGB_ON_DATE_FORMAT', 'on %Y-%m-%d at
%I:%M %p');
in modules/postguestbook/pnlang/eng/userapi.php

bug is also in nor lang Files
(modules/postguestbook/pnlang/nor/userapi.php)

The format-String Characters can be found at
http://at2.php.net/manual/de/function.strftime.php

!! date-function uses different formating symbols :-(

Discussion

  • Peter Schuebl

    Peter Schuebl - 2003-05-30
    • milestone: --> V0.6
     
  • Peter Schuebl

    Peter Schuebl - 2003-05-30
    • assigned_to: nobody --> schup
     

Log in to post a comment.