From:             dhanuk05 at gmail dot com
Operating system: Windows
PHP version:      7.2.18
Package:          Testing related
Bug Type:         Bug
Bug description:Bug In Date function

Description:
------------
When using PHP date function for finding the first Monday, Tuesday etc,
if the particular day is first of that month , it will return very next
result

For example,

date("Y-m-d", strtotime("first monday 2019-07"));
Actually first Monday of July 2019 is 2019-07-01, but when we run this
code its returning result as 2019-07-08


-- 
Edit bug report at https://bugs.php.net/bug.php?id=77999&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=77999&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=77999&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=77999&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=77999&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=77999&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=77999&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=77999&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=77999&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=77999&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=77999&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=77999&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=77999&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=77999&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=77999&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=77999&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=77999&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=77999&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=77999&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=77999&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=77999&r=mysqlcfg

Reply via email to