Fix Frontend 2
This commit is contained in:
+1
-3
@@ -9,15 +9,13 @@ export default class LogMisurazioniTable extends Vue {
|
||||
rowData:any;
|
||||
|
||||
mounted() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
convertDate(date) {
|
||||
return moment(date).format('L');
|
||||
}
|
||||
convertDateToTime(date) {
|
||||
return moment(date).format('HH:mm:ss.SSS');
|
||||
return moment(date).format('LTS');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user