mirror of https://github.com/statping/statping
changed start and end time format in the downtime listing
parent
f6ac1533d3
commit
77372b4f35
|
@ -121,7 +121,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters, mapState } from 'vuex';
|
import { mapState } from 'vuex';
|
||||||
import Api from '../../API';
|
import Api from '../../API';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
@ -258,7 +258,7 @@ export default Vue.mixin({
|
||||||
return addSeconds(date, amount)
|
return addSeconds(date, amount)
|
||||||
},
|
},
|
||||||
niceDateWithYear (val) {
|
niceDateWithYear (val) {
|
||||||
return format(parseISO(val), 'EEE, do MMM yyyy \'at\' h:mma');
|
return format(parseISO(val), 'do MMM, yyyy h:mma');
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue