Skip to content

Commit 8e54849

Browse files
committed
Updating date formatting
1 parent 4c49005 commit 8e54849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/home/home.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3 class="font-bold text-lg">
2727
<p
2828
class="mb-1 text-xs font-extralight text-slate-400"
2929
>
30-
{{ cabinet.addedAt | date: 'mediumDate' }}
30+
{{ cabinet.addedAt | date: 'd MMM YYYY' }}
3131
</p>
3232

3333
<p class="mb-3">{{ cabinet.description }}</p>

0 commit comments

Comments
 (0)