Deploy Inicial do SteelCheck com Docker Build Automatizado
This commit is contained in:
@@ -6,6 +6,7 @@ interface PrintableReportProps {
|
||||
}
|
||||
|
||||
const formatDate = (dateString: string) => {
|
||||
if (!dateString) return '';
|
||||
// Tries to parse common date formats like DD.MM.YYYY or YYYY-MM-DD
|
||||
const parts = dateString.split(/[.\-/]/);
|
||||
if (parts.length === 3) {
|
||||
|
||||
Reference in New Issue
Block a user