Storm\Drivers\Platforms\Mysql\Columns\DataTypes\DateDataType::PersistedValue PHP Method

PersistedValue() protected method

protected PersistedValue ( $PropertyValue )
    protected function PersistedValue($PropertyValue)
    {
        return $PropertyValue->format(self::DateFormat);
    }