Events nach Monaten Ausgeben
<?php if ($this->newMonth): ?> <span class="date"> <?php echo $this->parseDate("F Y", $this->startDate); ?> </span><?php endif; ?>