ActionView::Helpers::DateHelper

select_date

Description

select_date(date = Date.today, options = {})


Returns a set of html select-tags (one for year, month, and day) pre-selected with the date.

Examples:

No examples

User Contributed Notes add

No comments