Please, try this:
<if $post['regdate']+(60*60*24*30) <= TIME_NOW then>
<div class="postbit-time-1month">1 month on MMH</div>
<elseif $post['regdate']+(60*60*24*61) <= TIME_NOW then>
<div class="postbit-time-2month">2 months on MMH</div>
<elseif $post['regdate']+(60*60*24*182) <= TIME_NOW then>
<div class="postbit-time-halfyear">1/2 year on MMH</div>
<elseif $post['regdate']+(60*60*24*365) <= TIME_NOW then>
<div class="postbit-time-year">1 year on MMH</div>
</if>