Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add new datetime format 'dateTimeRelaxationSteps'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaySoMusician committed Jun 4, 2020
1 parent d3f4cc4 commit 6b2533c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt-i18n.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ const dateTimeFormatsCommon = {
dateWithoutYear: {
month: 'long',
day: 'numeric'
},
dateTimeRelaxationSteps: {
hour12: true,
weekday: 'short',
month: 'short',
day: 'numeric',
hour: 'numeric'
}
}

Expand Down

0 comments on commit 6b2533c

Please sign in to comment.