PHP functions for next Saturday and previous Sunday
Friday September 29th, 2006
I needed a way to find the first second of a week and the last second of a week based on a Unix timestamp.
Credit for the previous Sunday goes to Shaun who posted a way to find it on the PHP site for strftime, although I changed his code a little because I'm more comfortable with the date() function.
PHP:



