Gajus\Vlad\Validator\Date::assess PHP Method

assess() public method

public assess ( $value )
    public function assess($value)
    {
        $options = $this->getOptions();
        return !!\DateTime::createFromFormat($options['format'], $value);
    }