What level of javascript support do we have when writing javascript transforms. I'm trying to perform standard date conversion methods and my channel craps out because the .getYear, .getDate etc. doesn't exist.
I tried using the the formDate method from the reference list and I get
"Can't find method com.webreach.mirth.server.util.DateUtil.formatDate "
Am I missing a library of functions??
I tried using the the formDate method from the reference list and I get
"Can't find method com.webreach.mirth.server.util.DateUtil.formatDate "
Am I missing a library of functions??
Comment