How to subtract a fixed duration from Date Time column?
I have a data table with entryDate as one of the columns. It is Numeric & Continuous type and has row entries in the following format 07/07/2023 08:20:21I want to subtract the following an offset from it and get newEntryDate in a new column. 184 days, 14 hours, 14 minutes and 43 seconds
(or 6 months, 2 days, 14 hours, 14 minutes, 43 seconds)How to do this in JMP/JSL?