Adding x number of days to a Character Date column (dd-Mon-YYYY)
I have a JSL script that periodically pulls data from an Access database. The access database contains a date column "Available Date" with a dd-Mon-YYYY (E.g., 12-APR-2018) format. What I am trying to do, is create a new column "Target Date" in JMP that adds x number of days to the date in "Available Date" for each row. For example: In the image below, the Target date is equal to Available date +...