Level 10
Use Carbon class. It's awesome. Read the docs: http://carbon.nesbot.com/
You could do it using:
Carbon\Carbon::parse('third saturday of next month')
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I need to implement a function to get third Saturday of the next month date.
How can I do that with PHP?
Use Carbon class. It's awesome. Read the docs: http://carbon.nesbot.com/
You could do it using:
Carbon\Carbon::parse('third saturday of next month')
Please or to participate in this conversation.