diff --git a/lib/Enums/DateTimeFormat.php b/lib/Enums/DateTimeFormat.php index d378690e..8e9de13d 100644 --- a/lib/Enums/DateTimeFormat.php +++ b/lib/Enums/DateTimeFormat.php @@ -25,4 +25,7 @@ enum DateTimeFormat: string{ /** Like Jan 5, 2024 */ case ShortDate = 'M j, Y'; + + /** Like Jan 5 */ + case ShortDateWithoutYear = 'M j'; } diff --git a/templates/ProjectsTable.php b/templates/ProjectsTable.php index ed77750e..77b07f53 100644 --- a/templates/ProjectsTable.php +++ b/templates/ProjectsTable.php @@ -52,7 +52,11 @@ $showEditButton = $showEditButton ?? false; = Formatter::EscapeHtml($project->Reviewer->DisplayName) ?>