Correct build moment from day-of-week to day-of-month

This commit is contained in:
Xevion
2022-05-22 18:35:14 -05:00
parent 25f78cc300
commit 39cd8f99ba
+1 -1
View File
@@ -34,7 +34,7 @@ export default {
},
computed: {
buildTimeString() {
return this.buildMoment.format('MMM do, YYYY [at] h:mm A zz')
return this.buildMoment.format('MMM Do, YYYY [at] h:mm A zz')
},
buildISOString() {
return this.buildMoment.toISOString()