Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Noticed another small bug in the list of comments produced by uBlogsyListComments.cshtml. The date of the comment is formatted by HH:MM
@c.CreateDate.ToString().FormatDateTime("MMMM d, yyyy HH:MM")
@c.CreateDate.ToString().FormatDateTime("MMMM d, yyyy HH:mm")
Nice catch!
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DateTime bug
Noticed another small bug in the list of comments produced by uBlogsyListComments.cshtml. The date of the comment is formatted by HH:MM
@c.CreateDate.ToString().FormatDateTime("MMMM d, yyyy HH:MM")
@c.CreateDate.ToString().FormatDateTime("MMMM d, yyyy HH:mm")
Nice catch!
Thanks
is working on a reply...