[erlang-questions] rb help error
Bohuslav Svancara
bsvancara@REDACTED
Tue Mar 29 19:00:45 CEST 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110329/2cb0e434/attachment.htm>
More information about the erlang-questions
mailing list