Viewing 6 replies - 1 through 6 (of 6 total)
  • I believe it’s indicated here.

    $curauth->user_registered;

    closely related to this, how do you format the date output from this php function? not a php expert. tried:

    $curauth->user_registered(‘F j, Y’);

    returned an error… thanks in advance all.

    (‘F j, Y’) is a value for the date function, and since you’re not using date(); here, it’s no wonder you don’t get the expected result…

    asechrest will respond i’m sure, so i’ll leave you with that… ??

    There’s proberly a lower level function that literally pulls the_date() for the registered date, for formatting at your choosing, i can’t say i know of it though…

    thanks for the reply. ya. hope asechrest can help. not sure it’s a common question and i have no idea.

    I did have a look at this for you, and there’s no readily available function for pulling it unfortunately..

    ok. thanks for looking into it. it’s not a big deal. thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PHP tag to show user reg date’ is closed to new replies.