# File lib/tapkit/control/date_and_time.rb, line 250
                def to_date
                        ::Date.new(@year, @month, @day)
                end