MyBB Community Forums

Full Version: Help $Post[Regdate]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$post[username], proud to be a member of {$mybb->settings['homename']} since $post[regdate]<br>

Tyng1023, proud to be a member of Anime Zone since 1173857688

It Suppose to Be

Tyng1023, proud to be a member of Anime Zone since Mar-14-2007

EDIT: Someone can tell me the $post variables for regdate...
bump//
you need to use the my_date function to format the regdate.
Tikitiki Wrote:you need to use the my_date function to format the regdate.

How do we suppose to do that? my_date function?
$code = "{$post['username']}, proud to be a member of {$mybb->settings['homename']} since ".my_date($post['regdate'])."<br />";
echo $code;


Like that