Copied to clipboard

Flag this post as spam?

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


  • Amir Khan 1289 posts 2746 karma points
    Mar 20, 2014 @ 22:43
    Amir Khan
    0

    Get Member Create Date

    How do you get a members create date? It is labeled as "Created" in the UI, but "Created" and "created" return nothing... Any ideas?

    -Amir

  • Jeavon Leopold 3074 posts 13632 karma points MVP 12x admin c-trib
    Mar 21, 2014 @ 16:50
    Jeavon Leopold
    1

    Hi Amir,

    Something like:

    @{
        Member member = uQuery.GetMember(2001);
        <p>
            @member.CreateDateTime.ToString();
        </p>
    }
    

    Jeavon

  • 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