Index: openacs-4/packages/simulation/tcl/template-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/template-procs.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/simulation/tcl/template-procs.xql 15 Dec 2003 13:40:22 -0000 1.3 +++ openacs-4/packages/simulation/tcl/template-procs.xql 16 Dec 2003 16:03:29 -0000 1.4 @@ -14,11 +14,11 @@ s.sim_type, s.enroll_type, s.casting_type, - s.enroll_start, - s.enroll_end, - s.case_start, - s.case_end, - s.send_start_note_date + to_char(s.enroll_start, 'YYYY-MM-DD'), + to_char(s.enroll_end, 'YYYY-MM-DD'), + to_char(s.case_start, 'YYYY-MM-DD'), + to_char(s.case_end, 'YYYY-MM-DD'), + to_char(s.send_start_note_date, 'YYYY-MM-DD') from workflows w, sim_simulations s where w.workflow_id = :workflow_id