Cake\Chronos\ChronosInterface::isBirthday PHP 메소드

isBirthday() 공개 메소드

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