Sidebar

Can't find method com.qvera.qie.utils.message.scriptinterfacewrapper.formatDate(String,String)

0 votes
337 views
asked Nov 13, 2015 by brandon-w-8204 (33,270 points)
I am trying to use qie.formatDate and get the following error.

"Can't find method com.qvera.qie.utils.message.scriptinterfacewrapper.formatDate(String,String)"

1 Answer

0 votes
qie.formatDate in QIE version 40 and above qie.formatDate was enahnced to take either a Date object or a String for the date. Prior to 40 it only accepted a Date object.

The fix is to update QIE to verion 40 or higher.
answered Nov 13, 2015 by brandon-w-8204 (33,270 points)
...