strtotime("next Wednesday")
Posted: Fri Feb 27, 2004 5:57 pm
return date("Y-m-d H:i:s", strtotime("next Wednesday"));
returns 2004-03-10 00:00:00
thats almost two weeks ahead.
So is there an easy way to get the timestamp of next wednesday (any other weekday), or should i reinvent the wheel?
returns 2004-03-10 00:00:00
thats almost two weeks ahead.
So is there an easy way to get the timestamp of next wednesday (any other weekday), or should i reinvent the wheel?