You can alter the link of the tab (template 'navbar') from this:
HTML Code:
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post" accesskey="2">{vb:rawphrase getnew_tab}</a>
To this:
HTML Code:
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post&days=x" accesskey="2">{vb:rawphrase getnew_tab}</a>
Replace x by the number of days you want to define.