changes
This commit is contained in:
@@ -269,7 +269,7 @@ const isUpdateValid = computed(() => {
|
||||
|
||||
const formatDate = (dateString) => {
|
||||
if (!dateString) return "-";
|
||||
return dayjs(dateString).format("DD/MM/YYYY");
|
||||
return dayjs(dateString).format("L");
|
||||
};
|
||||
|
||||
const fetchPaymentScheduleData = async () => {
|
||||
|
||||
Reference in New Issue
Block a user