Cake\Chronos\ChronosInterface::isBirthday PHP Méthode

isBirthday() public méthode

Check if its the birthday. Compares the date/month values of the two dates.
public isBirthday ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to compare with.
Résultat boolean
    public function isBirthday(ChronosInterface $dt);
ChronosInterface