fix: Display year when date is outside of current year (#567)
This commit is contained in:
@@ -5,6 +5,8 @@ export default {
|
||||
dateTime: '$t(format:date) $t(format:time)',
|
||||
longDate: 'MMM d',
|
||||
longDateTime: "MMMM d 'at' p",
|
||||
fullDate: 'MMM d, y',
|
||||
fullDateTime: "MMMM d, y 'at' p",
|
||||
},
|
||||
|
||||
translation: {
|
||||
|
||||
Reference in New Issue
Block a user