changes
This commit is contained in:
@@ -412,7 +412,7 @@ export default {
|
||||
this.coOwner = selectedPerson || null;
|
||||
},
|
||||
formatDate(date) {
|
||||
return date ? dayjs(date).format("DD/MM/YYYY") : "-";
|
||||
return date ? dayjs(date).format("L") : "-";
|
||||
},
|
||||
updateDueDate(newDate) {
|
||||
this.editableDueDate = newDate;
|
||||
|
||||
Reference in New Issue
Block a user