changes
This commit is contained in:
@@ -529,7 +529,7 @@ const formatCellValue = (value, field) => {
|
||||
}
|
||||
|
||||
if (field.format === "date") {
|
||||
return $dayjs(value).format("DD/MM/YYYY");
|
||||
return $dayjs(value).format("L");
|
||||
}
|
||||
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user