Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 19 Feb 2003 15:14:20 -0000 1.17 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 17 May 2003 10:05:27 -0000 1.18 @@ -429,7 +429,7 @@ Get the default ranges for all the numeric fields of a Date object } { switch $what { - year { return [list 2000 2010 1 ] } + year { return [list 2002 2012 1 ] } month { return [list 1 12 1] } day { return [list 1 31 1] } hours { return [list 0 23 1] }