X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Freport_prepaid_income.cgi;fp=httemplate%2Fsearch%2Freport_prepaid_income.cgi;h=bfb699b542cdfe2e1569762f96d0c110d2b665ae;hb=2ab068f449eb97a10e18d20e9dab5ab9faa017e7;hp=c0e2b807e1847b6bc8557a4c08e6a1955cb107b3;hpb=4125a128eaa40c751c89a69c2f9888463a78c6f3;p=freeside.git diff --git a/httemplate/search/report_prepaid_income.cgi b/httemplate/search/report_prepaid_income.cgi index c0e2b807e..bfb699b54 100644 --- a/httemplate/search/report_prepaid_income.cgi +++ b/httemplate/search/report_prepaid_income.cgi @@ -84,7 +84,7 @@ my $actual_label = $legacy ? 'Actual ' : ''; my $time = time; -my $now = $cgi->param('date') && str2time($cgi->param('date')) || $time; +my $now = $cgi->param('date') && parse_datetime($cgi->param('date')) || $time; $now =~ /^(\d+)$/ or die "unparsable date?"; $now = $1;