select_datetime(datetime = Time.current, options = {}, html_options = {})
Instance Public methods
Returns a set of html select-tags (one for year, month, day, hour, minute,
and second) pre-selected with the datetime. It's also
possible to explicitly set the order of the tags using the
:order option with an array of symbols :year,
:month and :day in the desired order. If you do
not supply a Symbol, it will be appended
onto the :order passed in. You can also add
:date_separator, :dat