date; if ( preg_match("/(\d{1,2}).(\d{1,2}).(\d{4})/", $date_iso, $matches)) { $dd = $matches[1]; if (strlen($dd) < 2) $dd = "0$dd"; $mm = $matches[2]; if (strlen($mm) < 2) $mm = "0$mm"; $yy = $matches[3]; $date = "$dd.$mm.$yy"; $this->date = $date; } ?>

Mindestlohn ab 01.01.2015

Informationen zum Mindestlohn und Dokumentationsvorlage

Seit dem 1. Januar 2015 gilt in Deutschland der gesetzliche Mindestlohn von 8,50 Euro je Stunde...

Zurück