mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 04:26:17 -06:00
Correct build moment from day-of-week to day-of-month
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user