Support the ongoing development of Laravel.io →
posted 10 years ago
Eloquent
Last updated 2 years ago.
0
$players = Player::whereRaw('concat(YEAR(CURDATE()),\'-\',(MONTH(birthday)),\'-\',(DAY(birthday))) BETWEEN now() AND DATE_ADD(now(), INTERVAL 30 DAY)')->get();

may work, not for sure.

Last updated 2 years ago.
0

thanks a lot.

Last updated 2 years ago.
0

Hi, This solution works, but i want to order the result by month and day. Any idea?

Thanks

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.