Closed Haythamasalama closed 2 years ago
l solve that :
updateDate(){
this.model.startDate = moment(new Date(this.model.startDate)).format('YYYY-MM-DD')
this.model.endDate = moment(new Date(this.model.endDate)).format('YYYY-MM-DD')
this.$emit('input',this.model)
},
I went to return date like this
not this