Skip to content
Snippets Groups Projects

Absolute time format

Merged Matrix-Sasuke requested to merge matrixsasuke/pleroma-fe:absolute_time_format into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -61,7 +61,7 @@ export default {
})
} else if (DateUtils.isSameMonth(this.timeAsDate, now)) {
return new Intl.DateTimeFormat(this.browserLocale, {
hour: 'numeric',
month: 'short',
day: 'numeric'
})
} else if (DateUtils.isSameYear(this.timeAsDate, now)) {
Loading