mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Don't show year for updated dates in current year of project table
This commit is contained in:
parent
ea7cf4733c
commit
9b959e3eda
2 changed files with 8 additions and 1 deletions
|
@ -25,4 +25,7 @@ enum DateTimeFormat: string{
|
|||
|
||||
/** Like Jan 5, 2024 */
|
||||
case ShortDate = 'M j, Y';
|
||||
|
||||
/** Like Jan 5 */
|
||||
case ShortDateWithoutYear = 'M j';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue