David Carrdcblogdev.hashnode.devยทMay 15, 2019strtotime Add Two Working DaysThere 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'))342 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.