Is there a formula to use to display the day name from a date in a PDF template?
Something like datetime\format(startDate, 'America/New_York', 'DDD') to print "MON" in the PDF template when run.
Something like datetime\format(startDate, 'America/New_York', 'DDD') to print "MON" in the PDF template when run.
Comment