Last Weeks sDate and eDate.


Posted on 16th Feb 2014 07:03 pm by admin

sDate - Start Date
eDate - End Date

I need to pull two dates for "Last Week" which goes from Sunday to Saturday.
Did you know?Explore Trending and Topic pages for more stories like this.

So today... Last week would be 10/11/09 as sDate and 10/17/09 as eDate.

This...
Code: [Select]<?php
echo date('m-d-Y', strtotime("last sunday")-7);
echo " - ";
echo date('m-d-Y', strtotime("last saturday"));
?>
Prints out 10-17-2009 - 10-17-2009 for some reason the -7 just doesnt work.

How can i get the result i want?

Thanks!
No comments posted yet

Your Answer:

Login to answer
302 Like 30 Dislike
Previous forums Next forums
Other forums

Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.

Login page problems
I developed a website a few months ago and I am now having an issue with logging into it. The place

On page view, minus credit
Hello all, please, I need a little help with this script. I am charging one credit (credits can be p

Syntax Help
Code:


im having trouble with that code snipped
Parse error: syntax error, unexpec

Database/Table Collation
What is the Database, and table collations used for? i don't understand what there used for since co

this code is not working????
it says this error.. Warning: Division by zero in ..

the variables are correct, so why is th

Need a Timecode Class...
Not a Time Stamp, Time Code. Format is a bit different. HH:MM:SS:FF where FF is Frames. I dont re

Help with some dates
I have a list of dates in an array:

$mondays = array(
strtotime("October 12, 2009

question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or

mysql select with $_get ?
Hi, i have this code:
Code: // If char id is 0 and character dont exist do:
if ($_GET["id

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash