Skip to content

Instantly share code, notes, and snippets.

@fabianjaehnke
Created July 22, 2016 11:13
Show Gist options
  • Save fabianjaehnke/14da2845a8154e36612f23f73145823d to your computer and use it in GitHub Desktop.
Save fabianjaehnke/14da2845a8154e36612f23f73145823d to your computer and use it in GitHub Desktop.
Script for GrandTotal (https://www.mediaatelier.com/GrandTotal4/) to get the dateRange
if (grandtotalrecord.useCustomRange() == 1)
"Leistungszeitraum: \n" +
grandtotalrecord.customRangeStart() + " - " + grandtotalrecord.customRangeEnd();
else
"";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment