Reportgenerator Classic für timeCard 10
' ?>
getTimestamp(); $datumVon = date('Y-m-d', $timestamp); $datumBis = new DateTime($datumVon); $datumBis->modify('+1 month'); $datumBis->modify('-1 day'); $datumBis = $datumBis->Format('Y-m-d'); echo '
Von:
'; echo '
'; ?>
Bis:'; echo '
'; ?>
Bitte warten, der Report wird erstellt.