Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • suzyb 474 posts 932 karma points
    Aug 21, 2011 @ 18:51
    suzyb
    1

    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")
    but MM gives you the month.  Should be HH:mm instead.
    @c.CreateDate.ToString().FormatDateTime("MMMM d, yyyy 
    HH:mm")

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Aug 23, 2011 @ 23:52
    Anthony Dang
    0

    Nice catch!

    Thanks

     

     

Please Sign in or register to post replies

Write your reply to:

Draft