Jump to content

Find the first day of the week


sg93

Recommended Posts

[quote author=alpine link=topic=113485.msg461201#msg461201 date=1162400934]
But note, on mondays this will get the previous monday
[/quote]

This will solve that problem: [code]<?php
$begin_week = date('D')=="Mon" ? gmtime(0,0,0,date('m'),date('d'),date('Y') : strtotime('last Monday');
?>[/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.