>>>>> "RN" == Rob Napier <robnap...@gmail.com> writes:

RN> If I run that at the beginning of the quarter, that's three months, but
RN> near the end of the quarter it may only be one day. Is there a way to say
RN> the equivalent of:

RN> ledger --forecast "d<[3 months from today]" ...

Right now we don't define "time math", so there's no such notion as "today + 3
months", although this really wouldn't be that hard to do.  Until then, you
can use the power of the shell:

    ledger --forecast "d<[$(date --date='now + 3 months' +'%Y/%m/%d')]"

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to