{{if \IPS\Settings::i()->ejd_format == 0}}
{lang="joined"} {{if \IPS\Settings::i()->ejd_shortmonths}}{expression='date("M Y", $comment->author()->joined->getTimestamp())'}{{else}}{expression='date("F Y", $comment->author()->joined->getTimestamp())'}{{endif}}
{{else}}
{{$date = \IPS\Member::loggedIn()->getDateDifference( $comment->author()->joined );}}
{{if \IPS\Settings::i()->ejd_fah}}{{endif}}
{{if \IPS\Settings::i()->ejd_format == 1}}
{datetime="$comment->author()->joined"}
{{else}}
{$date}
{{endif}}
{{endif}}