We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd686f commit 2640c59Copy full SHA for 2640c59
src/composables/filters/humanDate.js
@@ -13,7 +13,7 @@ export default (dateStr, hideTime) => {
13
if (hideTime) {
14
if (isToday) { result = 'Today' }
15
else if (isMaxDate) { result = 'Permanent' } // bans
16
- else { result = dayjs(dateStr).format('MMMM D, YYYY') }
+ else { result = dayjs(dateStr).format('MMM D, YYYY') }
17
}
18
else {
19
if (timezone) {
0 commit comments