$mongoDateAttribute public property
The name of the attribute to receive the parsing result as \MongoDate instance. When this property is not null and the validation is successful, the named attribute will receive the parsing result as \MongoDate instance.
This can be the same attribute as the one being validated. If this is the case, the original value will be overwritten with the value after successful validation.
public string $mongoDateAttribute = null
Please login to continue.