Currently seeking new career opportunities in web development, particularly with Laravel, Hire Me

strtotime Add Two Working Days

David Carr

Tutorials PHP & MySQL

There are times you want to add days to a date but only working days, so weekends are ignored.

Thankfully strtotime makes this super easy simply use weekdays like this:

date('Y-m-d H:i:s', strtotime('+2 weekdays'))

 

Laravel Modules Your Logo Your Logo Your Logo

Become a sponsor

Help support the blog so that I can continue creating new content!

Sponsor

My Latest Book

Modular Laravel Book - Laravel: The Modular way

Learn how to build modular applications with Laravel Find out more

Subscribe to my newsletter

Subscribe and get my books and product announcements.

Learn Laravel with Laracasts

Faster Laravel Hosting

© 2006 - 2024 DC Blog. All code MIT license. All rights reserved.