When using the ./search.php?action=getnew query, I was how you make it say show the posts from the last month?
Try
<a href="{$mybb->settings['bburl']}/search.php?action=getdaily&days=28">LATEST</a>
make the number at the end as many days as you want. Get new is depending on when the user last visited; get daily is more reliable.