Flex Times plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/flextimes
Examples
============
datetime_select "object", "method" # Uses default order datetime_select "object", "method", :twelve_hour => true # Uses default order with 12-hour time datetime_select "object", "method", :order => [:month, :day, " , ", :year] # Creates selects in format "[April][12] , [2006]" datetime_select "object", "method", :order => [:month, :day, :hour, :ampm] # Automatically uses 12-hour time and outputs in the format "[April][12][12][PM]"
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (1 older version) | Last edited by: scott, 7 months ago

