$date
$date : string|null
The date as its record writes it, e.g. "21-JUL-1986" : a flat-file date carries no time
zone and its precision varies by format, so it is stored as read rather than mapped to a
date column, which Doctrine would expect to hydrate as a DateTime.
Type
string|null
—