Absolute time format
This commit is contained in:
parent
cec2ae2fbd
commit
898881bac1
3 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue