FCLT#57625 AiAi XMLtoJsDate: Description: Accessor is not a parameter accessor.
svn path=/Website/branches/v2019.1/; revision=42338
This commit is contained in:
@@ -349,7 +349,8 @@ function XMLtoJsDate(xmlDate)
|
||||
var oRs = Oracle.Execute(sql);
|
||||
var dt = new Date(oRs(0).Value);
|
||||
} catch (e) {
|
||||
__DoLog("XMLtoJsDate: " + xmlDate);
|
||||
__DoLog("XMLtoJsDate conversion failed: " + xmlDate);
|
||||
__DoLog("e.description: " + e.description);
|
||||
throw e;
|
||||
}
|
||||
oRs.Close();
|
||||
|
||||
Reference in New Issue
Block a user