|
|
@@ -667,7 +667,7 @@ public class ProceduresController {
|
|
|
|
|
|
private String formatDateTime(LocalDateTime date) {
|
|
|
if (date == null) return "";
|
|
|
- DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm:ss");
|
|
|
+ DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm:ss");
|
|
|
return date.format(formatter);
|
|
|
}
|
|
|
|