Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I got an XML imported in XMLMap that got improted in the wrong format. In my XML it's like this : <AST73>1986-03-07</AST73>
In Code view, it look like this :
creation_db_tmp.AST73 = treeNodeAPI_tXMLMap_1_TXMLMAP_OUT
.get_Date(
"row5.FIDJI:/FIDJI/ASTl/AST00/AST73",
"dd-MM-yyyy");
The right forat is "yyyy-MM-dd", how to modify it ?
Thanks !