<%= calendar_box 'user', 'fecha_nacimiento', {
:class => 'date',
:field_title => 'Fecha de nacimiento',
:button_image => 'calendar.gif',
:button_title => 'Mostrar calendario' },
{ :firstDay => 1,
:range => [1940, 1999],
:step => 2,
:showOthers => true,
:cache => true }
%>
and the calendar displays fine but when I select a date the result is
in this century, if I select 1978-06-01 I get 2078-06-01. Any idea on
what could be happening?
Thanks in advance.
Jorge Calás
Thanks.
Ed.
Greetings,
Jorge