Arbeitstage FTK - Tim Lappe
Zeitraum: = $startDate; ?> - = $endDate; ?>
| Datum |
Wochentag |
Typ |
format('Y-m-d') === $day) {
$reason = $absence['reason']['name'];
$isFtk = str_contains($reason, 'mobile Arbeit');
$isUrlaub = str_contains($reason, 'Urlaub') || str_contains($reason, 'Sonderurlaub');
$class = $isFtk ? 'type-ftk' : '';
$class = $isUrlaub ? 'type-urlaub' : $class;
break 2;
}
}
}
?>
format('N') == 6): ?>
|
|
format('N') == 7): ?>
| KW format('W')) + 1; ?> |
| = (new DateTime($day))->format('d.m.Y'); ?> |
= $formatter->format((new DateTime($day))) ?> |
FTK Urlaub |