Copied to clipboard

Flag this post as spam?

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


  • suzyb 464 posts 877 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 2x c-trib
    Aug 23, 2011 @ 23:52
    Anthony Dang
    0

    Nice catch!

    Thanks

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies