Ejemplo n.º 1
0
 public function convertToPHPValue($value, AbstractPlatform $platform)
 {
     return $value !== null ? \DateTime::createFromFormat($platform->getDateFormatString(), $value) : null;
 }