calendar-datebox.tpl.php is using a hardcoded format to display time
Line 43 :<?php print l($e->date_start->format("h:i A"), $e->url); ?>
Shouldn't that be changed to use date/time formats from the list of available formats in /admin/config/regional/date-time?

Comments

ladybug_3777’s picture

The time format is hard-coded but if you'd like to use something different you can simply copy that TPL file into your own theme and modify the format (or other items) as needed. At this time there is not an admin/config screen to control settings such as this but it can be added as a feature request.

ladybug_3777’s picture

Status: Active » Closed (works as designed)