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

PropertyValue() protected method

protected PropertyValue ( $PersistedValue )
    protected function PropertyValue($PersistedValue)
    {
        return \DateTime::createFromFormat(self::DateFormat, $PersistedValue);
    }