This doesnt seems to change the date on the save, using the connector. It loads just fine but sends
Thu Dec 01 2011 13:49:00 GMT-0500
on save
[code] stmt = conn.createStatement();
FormConnector data = new FormConnector(conn);
data.servlet(request, response);
data.render_table("INVOICE", "INVNO", "INVNO,CUSTNO,DATE_ENT,JOBNO,BILLCODE,WONO,WONO1,DETAIL,DETAILI");[/code]
The data processor is also sending a native editorstatus as insert when I run form.save()
I am using a fairly new connector.js that was sent to me on here