invoices.getInvoicesDateRangeISOString
Description
Get the current data range from the Invoices area as a string with dates in ISO yyyy-mm-dd format.

Parameters
none

Return value
range string

Example
print(invoices.getInvoicesDateRangeISOString())

Comments
If a single day is listed the returned string is "yyyy-mm-dd".
If a date range is listed the returned string is "yyyy-mm-dd to yyyy-mm-dd".
For other cases the returned string is empty.

See also

Back