Missing methods patch for Time::Calculations

Time::Calculations provides methods like "end_of_month", "beginning_of_year" and so on. But it lacks other related methods like "end_of_week" and "end_of_year" that I think should be expected to be there. Here is a patch adding those methods: http://dev.rubyonrails.org/ticket/9312 +1's?

Juanjo

Juanjo Bazan wrote:

Time::Calculations provides methods like "end_of_month", "beginning_of_year" and so on. But it lacks other related methods like "end_of_week" and "end_of_year" that I think should be expected to be there. Here is a patch adding those methods: http://dev.rubyonrails.org/ticket/9312 +1's?

Juanjo

I wrote a plugin, about a year ago, that has a lot of what you are proposing, some are the exact same words :wink:

http://svn.robertrevans.com/plugins/calc_extension/