to_date_select_tag(options = {}, html_options = {})
click to toggle source
def to_date_select_tag(options = {}, html_options = {})
datetime_selector(options, html_options).select_date.html_safe
end
to_datetime_select_tag(options = {}, html_options = {})
click to toggle source
def to_datetime_select_tag(options = {}, html_options = {})
datetime_selector(options, html_options).select_datetime.html_safe
end
to_time_select_tag(options = {}, html_options = {})
click to toggle source
def to_time_select_tag(options = {}, html_options = {})
datetime_selector(options, html_options).select_time.html_safe
end