Bohuslav Svancara
unread,Mar 29, 2011, 1:00:45 PM3/29/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-q...@erlang.org
Wrong help in rb:
rb:filter(Filters, Dates) -
same as rb:filter/1 but accepts date ranges to filter reports.
Dates must be of the following form:
- {StartDate, EndDate}
StartDate = EndDate = {{Y-M-D},{H,M,S}}
Should be:
StartDate = EndDate = {{Y,M,D},{H,M,S}}
Bob