mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed format of date and bug #903257
This commit is contained in:
parent
871c880dba
commit
47b4bec75a
@ -31,8 +31,8 @@
|
||||
'link' => 'day'
|
||||
)
|
||||
).'</td><td align="center"><table border="0" width="100%" cellspacing="0" cellpadding="0">'
|
||||
. '<tr><td align="center">'.lang($GLOBALS['phpgw']->common->show_date($time,'F')).' '.$GLOBALS['g_day'].', '
|
||||
.$GLOBALS['g_year'].'</td></tr><tr><td bgcolor="'.$GLOBALS['phpgw_info']['theme']['bg_text']
|
||||
. '<tr><td align="center">'.ExecMethod('calendar.bocalendar.long_date',time())
|
||||
.'</td></tr><tr><td bgcolor="'.$GLOBALS['phpgw_info']['theme']['bg_text']
|
||||
.'" valign="top">'.ExecMethod('calendar.uicalendar.print_day',
|
||||
Array(
|
||||
'year' => $GLOBALS['g_year'],
|
||||
|
Loading…
Reference in New Issue
Block a user