Skip to content

Instantly share code, notes, and snippets.

View haziqAhmed7's full-sized avatar

Haziq Ahmed haziqAhmed7

  • RemoteBase
  • KARACHI, PAKISTAN
View GitHub Profile
@stecman
stecman / monday-for-week.php
Last active October 1, 2024 13:26
Reliable PHP function to return Monday for week (pre-PHP 7.1)
<?php
/**
* Find the starting Monday for the given week (or for the current week if no date is passed)
*
* This is required as strtotime considers Sunday the first day of a week,
* making strtotime('Monday this week') on a Sunday return the adjacent Monday
* instead of the previous one.
*
* @param string|\DateTime|null $date