invoices.getInvoicesDateRangeISOString
Get the current data range from the Invoices area as a string with dates in ISO yyyy-mm-dd format.
none
range string
print(invoices.getInvoicesDateRangeISOString())
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.
Generated on the 26 June 2024 at 22:01:29 (UK Time)