I'm just wondering if anyone has had any luck using date/timefields with SQLAssembler, as I'm having a few problems.My update query declaration looks like this:<update-item> <sql>UPDATE Timesheet SET person=#person#,<sniiiiip, lots of fields>, date=#date# WHERE id=#_PREV.id#</sql></update-item> I'm ...