![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch calc_rel_weekday_after_month_year_test for Date/time related Bug #55015Patch version 2011-07-06 06:08 UTC Return to Bug #55015 | Download this patchPatch Revisions: Developer: lonnyk@gmail.com--TEST-- Bug #55015 (strtotime calculates relative weekday before month/year) --FILE-- <?php $date = mktime(0, 0, 0, 6, 9, 2011); echo date( 'Ymd N', strtotime( 'next month next monday', $date ) ) . "\n"; ?> --EXPECTF-- 20110711 1 |
![]() All rights reserved. |
Last updated: Fri May 09 23:01:31 2025 UTC |