Lucas Carvalho

Results 4 issues of Lucas Carvalho

Example: ```php v::age($format='d/m/Y')->age(18)->validate('01/01/1996') // is false ``` the $format argument it's useful for validate the value format. Example: ```php v::minimumAge(18, $format='d/m/Y')->validate('01/01/1996') // is true ``` the $format argument it's useful...