Search code examples
ruby-on-railsrubypluginsdatetime-select

Ruby on Rails time_select plugins?


Does anybody know any Ruby on Rails time_select plugins that have only one select box? So the select box has entries like "9:00 AM", "9:15 AM", etc.?

I have seen a few plugins, but nothing like this.

Thanks!


Solution

  • So you want every possible time in 15 minute increments in one select list? I'd really recommend doing it using the standard time_select plugin.

    Edited to add I don't know of anything like that, and I don't imagine it'd be out there, you'll probably have to make your own.