Skip to content

Commit ac025b7

Browse files
committed
Fixed Date format to match with ShortBlogPost
1 parent 915841a commit ac025b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkDotNet.Blog.Web/Pages/BlogPostPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
<header>
2525
<h1>@BlogPost.Title</h1></header>
2626
<div class="blogpost-date">
27-
@BlogPost.UpdatedDate
27+
@BlogPost.UpdatedDate.ToString("dd/MM/yyyy")
2828
</div>
2929

3030
<div class="admin-action">

0 commit comments

Comments
 (0)