Hello
Please let me know the format of the date to be used, while we set the value for Date Selector CCE widget, using APIs.
Following attempt fails..
mo.setAttributeValue("Discontinued_From", "11/11/11");
java.sql.SQLException: [SQLState=22008][ErrorCode=1843]ORA-01843: not a valid month
mo.setAttributeValue("Discontinued_From", "2011-12-30 00:00:00.0");
java.sql.SQLException: [SQLState=22008][ErrorCode=1861]ORA-01861: literal does not match format string
Thanks
Prakash