Index: openacs-4/packages/dotlrn/www/admin/term-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term-edit.xql,v diff -u -r1.3 -r1.3.12.1 --- openacs-4/packages/dotlrn/www/admin/term-edit.xql 29 Mar 2002 19:38:26 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/term-edit.xql 6 Apr 2006 16:27:51 -0000 1.3.12.1 @@ -6,8 +6,8 @@ select term_name, term_year, - to_char(start_date, 'YYYY MM DD') as start_date, - to_char(end_date, 'YYYY MM DD') as end_date + to_char(start_date, 'YYYY-MM-DD') as start_date, + to_char(end_date, 'YYYY-MM-DD') as end_date from dotlrn_terms where term_id = :term_id