summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/scripts/event/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 0b9e352..d35f7c8 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -45,10 +45,10 @@ echo "There are no events" ?>
}
?>
<div class='details'><label>Start Time:</label>
- <div class='item'><?php echo date ('d. F Y - H:i', strtotime($event['start'])); ?>&nbsp;</div>
+ <div class='item'><?php echo date ('d F Y - H:i', strtotime($event['start'])); ?>&nbsp;</div>
</div>
<div class='details'><label>End Time:</label>
- <div class='item'><?php echo date ('d. F Y - H:i', strtotime($event['end'])); ?>&nbsp;</div>
+ <div class='item'><?php echo date ('d F Y - H:i', strtotime($event['end'])); ?>&nbsp;</div>
</div>
<div class='details'><label>Participants:</label>
<div class='item'><?php echo $event['participants']; ?>&nbsp;</div>