- 25
Hello
I want to change date order, from day/month/year to year/month/day.
I've got homepage rich blog date changed by modifying richblog.cshtml, but not blog post page.
<div class="page-body">
<div class="post-date">
@Model.CreatedOn.ToString("D")
I think above is the source code of blog post page, but I don't get what this means.
What should I do? Could you help? Thanks.
Regards,
Juson
I want to change date order, from day/month/year to year/month/day.
I've got homepage rich blog date changed by modifying richblog.cshtml, but not blog post page.
<div class="page-body">
<div class="post-date">
@Model.CreatedOn.ToString("D")
I think above is the source code of blog post page, but I don't get what this means.
What should I do? Could you help? Thanks.
Regards,
Juson