I’m trying to get this weekend in php.
I get the current date by code :
$start_date = date("Y-m-d H:i:s", time());
How I can get the current weekend depend on the curent date? Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP strtotime function is magic, most of people don’t know but you can do a lot of things with this function.