date_tag?

Hi-

I have used helpers like text_field_tag when creating non-model forms and I would like to build a form that searches by date, also non- model.

Is there such thing as datetime_tag, or something similiar?

Thanks for you suggestions!

Hi-

I have used helpers like text_field_tag when creating non-model forms and I would like to build a form that searches by date, also non- model.

Is there such thing as datetime_tag, or something similiar?

select_date etc... ?

Fred

And you can use this in ad-hoc type forms that are not related to any particular model?

Thanks.

And you can use this in ad-hoc type forms that are not related to any particular model?

Yes. date_select & friends are the ones that assume the instance
variable convention

Fred