1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
498 views
by brandon-w-8204 (34.1k 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.
by brandon-w-8204 (34.1k points)
...