Skip to content

Commit 357292a

Browse files
author
Derick Rethans
committed
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases
by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # configurable.
1 parent 2047fa8 commit 357292a

File tree

5 files changed

+8041
-7841
lines changed

5 files changed

+8041
-7841
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ PHP NEWS
5454
. support for parsing ISO intervals for use with DateInterval.
5555
. date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
5656
interval to an existing date/time.
57+
. proper support for "this week", "previous week"/"last week" and "next week"
58+
phrases so that they actually mean the week and not a seven day period
59+
around the current day.
60+
5761
- Added functionality to SPL extension:
5862
. Added SPL to list of standard extensions that cannot be disabled. (Marcus)
5963
. Added ability to store associative information with objects in

0 commit comments

Comments
 (0)