fecha cambio
This commit is contained in:
@@ -59,7 +59,8 @@ export default {
|
||||
methods: {
|
||||
fecha(date) {
|
||||
const fecha = moment(date);
|
||||
return `${fecha.year()}/${fecha.month() + 1}/${fecha.date()}`;
|
||||
return `${fecha.date()}/${fecha.month() + 1}/${fecha.year()}`;
|
||||
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user