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 |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sun Dec 22 04:01:29 2024 UTC |