Usage: being able to specify date formats on date times. ``` /** * @ApiProperty( * attributes={ * "normalization_context": { * "datetime_format": "Y-m-d" * } * } * ) */ ``` Secondary, could we default the date time format if the doctrine type was `date` as opposed to `datetime`?