Hi all,
I am migrating from old FDM to new FDMEE(11.1.2.4.200).
In the old FDM I have the "DateDiff" vbscript, and yet I have to create this in FDMEE Jython import script.
Is there any suggestion on this, any information is much appreciated.
old script looks like this:
days = DateDiff("d", PerKey, strDate)
Tx!