Plugins - Fix Date
Add to favoritesFixDate adds a wee bit more functionality to Rails' built in DateHelper class. Below is the discussion of which functions have been updated:
select_hour: this function was given two additional options:
- hour_format -- allows for 12-hour format display...option value remains untouched
- hour_range -- allows specification of a range of hours to display...e.g. 9AM - 5PM
select_date: this function has been modified so that by default it will output select tags selected to the last day of the current month. This is useful in displaying credit card expiration date select forms.
