Add hour to calendar events shown

tekknogenius wrote on Monday, July 31, 2006:

Currently only the minute shows. Would anyone be opposed to me adding the hour as well? Not having the hour showing makes it more difficult to determine what time an appointment is especially if the time slots are larger than one hour.

I would modify the following line in default.html of day and week views
$content .= $starth . ‘:’ . $startm . htmlspecialchars($event[‘apptstatus’]) . “</a>”;

Location of files to be changed…
<openemr root>openemr/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day
<openemr root>openemr/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/week

Is anyone opposed to such a change or is there a better way to make this change?

Thanx

sunsetsystems wrote on Monday, July 31, 2006:

If anyone objects, you could do it only in the case where the time slots exceed one hour.

I had set it up to show just minutes to save space, but I’m not sure if anyone cares.

Rod
www.sunsetsystems.com