ryanhowdy / fcms

Family Connections - Create a private family website.
http://www.familycms.com
GNU General Public License v2.0
84 stars 41 forks source link

i18n - Missing internationalization in dates #526

Open ryanhowdy opened 8 years ago

ryanhowdy commented 8 years ago

Assigned to Problems, Issues and Bugs #4839. As reported in Tender:

I found two problems:

home.php
line 802
hard coded date format

case 'CALENDAR':
                $title = '<a href="calendar.php?event='.$data['id'].'">'.cleanOutput($data['title']).'</a>';
                $details = date('F j, Y', strtotime($data['id2']));
                break;

calendar_class.php
Line: 2516

function getTimesList ($whitespace = true)
 hard coded array of times for start end time