Get users registered 30 days ago(or more)

There’s the function human_time_diff( $from, $to );, which will compare two UNIX timestamps. Just use mktime() on $GLOBALS['current_user']->user_registered; and compare it with the current UNIX time.