pawankumarr (@pawankumarr)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • pawankumarr
    Participant

    @pawankumarr

    $user = get_userdata( $user_id );
    $registerdate = $user->user_registered;
    echo date(“Y-m-d”, strtotime($registerdate));

    in this code please provide full code with bbpress user id

    there we can print actual date

Viewing 1 replies (of 1 total)