Josselin said:
this helper is not complete... there is nolink between month choice and
month_day..
so It's possible to select February 31st..
Is it impossible to modify it ?
joss
if you want to something like that you have write JavaScript Code to
observe the month field and update the possible choices acording to the
selected month ... You have to decide what will happen if some one
select the 30 of January and change to February will you change the date
to 28 of Feb? and to 29 if Feb in this month has 29 days!? It's a lot of
JavaScript Code you need and It'will only work if JavaScript is enabled ...
I think you can validate the dates when they arraive the server and send
an error if the date isn't valid!
Jonathan