prev_week(start_day = Date.beginning_of_week)
Instance Public methods
Returns a new date/time representing the given day in the previous week.
Week is assumed to start on start_day, default is
Date.beginning_of_week or
config.beginning_of_week when set. DateTime objects have their time set to 0:00.
last_week