The advanced search has the between option to select a date range , can we have this additional choices
current week,current month,current quarter. based on todays date.
if @f.strEditFormat==EDIT_FORMAT_DATE##
$options.="<OPTION VALUE=\"Between\" ".(($opt=="Between")?"selected":"").">".##message BETWEEN##."</option>";
$options.="<OPTION VALUE=\"ThisWeek\" ".(($opt=="ThisWeek")?"selected":"").">".##message THISWEEK##."</option>";
$options.="<OPTION VALUE=\"ThisMonth\" ".(($opt=="ThisMonth")?"selected":"").">".##message THISMONTH##."</option>";
$options.="<OPTION VALUE=\"ThisQuarter\" ".(($opt=="ThisQuarter")?"selected":"").">".##message THISQUARTER##."</option>";
I know the users can just select a range but my users need to be spoon fed.