Set a date +14 days: Difference between revisions
Jump to navigation
Jump to search
Created page with "Show a date, in format dd/MM/yyyy, that is 14 days after the start date of the ticket FORMAT('{0:dd/MM/yyyy}', DATEADD(TODATE('#REPLACE-STEP-PROCESS-DateStarted-yyyyMMdd#..." |
(No difference)
|
Revision as of 16:40, 18 June 2019
Show a date, in format dd/MM/yyyy, that is 14 days after the start date of the ticket
FORMAT('{0:dd/MM/yyyy}', DATEADD(TODATE('#REPLACE-STEP-PROCESS-DateStarted-yyyyMMdd#', 'yyyyMMdd'),14,'D'))