Update of bug #4570 (project savane):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

There are practical reasons that make problematic using format_date here.

# It would be best to have only Month + Day, but php locale
# implementations cant do that, apparently. Feel free to
# improve.
 $return .= \'<div class=\"\'.utils_get_alt_row_color($j).\'\"><font
class=\"smaller\">  - <a
href=\"\'.$base_url.$GLOBALS[\'sys_home\'].\"projects/$row_newproj[unix_group_name]/\\\">\"
                 . $row_newproj[group_name].\'</a><font class=\"smaller\">,
\'.strftime(\'%x\',$row_newproj[\'register_time\']).\'</font></font></div>\';
              $j++;


We talk about the boxes on the right of the main page, and having format_date
is not an option there, as it creates way too long string.

%x is supposed to be localized. So it should work properly.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=4570>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
Savane-dev@gna.org
https://mail.gna.org/listinfo/savane-dev

Reply via email to