I'd like to be able to skip weekends when incrementing days. I'm using Customize Default Value which allows for use of strtotime and instead of saying "+3 days" I want to be able to do "+3 business days".

The field doesn't allow for php inputs so I can't write any if statements for it. Anyone have any suggestions?

Thanks!

Comments

arlinsandbulte’s picture

Status: Active » Closed (won't fix)

Date is highly dependent on PHP for this type of functionality, and I don't see an easy way to change that.
Your best option might be to submit this request to the PHP developers.