Lines Matching refs:day
72 $calendar_date->day = 1;
407 if ($anniv->day() === 1) {
409 } elseif ($anniv->day() === $anniv->daysInMonth()) {
412 $query->where('d_day', '=', $anniv->day());
426 if ($anniv->day === 29 && $anniv->daysInMonth() === 29) {
447 if ($anniv->day() === 1 && $tmp->daysInMonth() === 29) {
455 } elseif ($anniv->day === 29 && $anniv->daysInMonth() === 29) {
475 if ($anniv->day === 1 && $tmp->daysInMonth() === 29) {
496 if ($anniv->day() === 1) {
498 } elseif ($anniv->day() === $anniv->daysInMonth()) {
505 $query->where('d_day', '=', $anniv->day());
523 if ($anniv->day === 1 && !$anniv->isLeapYear()) {