18 declare(strict_types=1);
34 $df = $this->data_factory->dateFormat();
37 $date_format = $df->germanShort();
41 $date_format = $df->custom()->month()->slash()->day()->slash()->year()->get();
45 $date_format = $df->standard();
50 $date_format = $df->withTime12($date_format);
54 $date_format = $df->withTime24($date_format);
63 bool $with_time =
false