# File lib/dbi/dbi.rb, line 255
def
to_date
@original_date
||
::
Date
.
new
(
@year
,
@month
,
@day
)
end