aboutsummaryrefslogtreecommitdiff
path: root/app/views/consultation/slot-details.php
blob: e76ed546dd91b3b88e9c75f62da2779d31cac7db (plain)
1
2
3
4
5
6
7
<?= strftime('%A, %x', $slot->start_time) ?>
 -
<?= sprintf(
    _('%s bis %s Uhr'),
    strftime('%R', $slot->start_time),
    strftime('%R', $slot->end_time)
) ?>