# File lib/tapkit/control/date_and_time.rb, line 34
                def +( other )
                        date = to_date + other
                        Date.new_with_date date
                end