public static function date(DateTime|string|null $dateTime): string
    {
        if (is_null($dateTime)) {
            return "-";
        }