probably, what you tried is the most elegant way. But, you got me: "mathematically"
I did *this* for you:
\n";
print_r($res);
?>
Cheers, and thank my curiousity :)
--
Maxim Maletsky
[EMAIL PROTECTED]
"Noodle Snacks" <[EMAIL PROTECTED]> wrote... :
> I want to get the unix timestamps of the
Probably the best way is to convert the times all into seconds and then
do the math to get the last day of the week.
Should be relatively easy...
HTH
On Mon, 2002-11-18 at 05:57, Noodle Snacks wrote:
> I want to get the unix timestamps of the first and last days of this week...
>
> Currently I
I want to get the unix timestamps of the first and last days of this week...
Currently I have this:
echo 'Words for the week from '.date('jS F Y',strtotime("last sunday")).'
to '.date('jS F Y',strtotime ("next saturday")).'.';
on saturday this showed the 10th to 23rd... Is there a good way to d
3 matches
Mail list logo