Coerce Date values
Passthrough the value
@example
coercer[DateTime].to_date(date) # => Date object
@param [DateTime] value
@return [Date]
@api public
[Validate]