Cake\Chronos\ChronosInterface::isBirthday PHP Method

isBirthday() public method

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.
return boolean
    public function isBirthday(ChronosInterface $dt);
ChronosInterface