validators\DateValidator $max

$max public property (available since version 2.0.4)

Upper limit of the date. Defaults to null, meaning no upper limit. This can be a unix timestamp or a string representing a date time value. If this property is a string, $format will be used to parse it.

See also $tooBig for the customized message used when the date is too big.

public integer|string $max = null
doc_Yii
2016-10-30 17:13:28
Comments
Leave a Comment

Please login to continue.