summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2008-05-03 10:04:37 +0000
committerDerick Rethans <derick@php.net>2008-05-03 10:04:37 +0000
commit76708f3c2e39058a4856b3004cafe22bfe1a1a36 (patch)
tree99832b7eaeafaf3f1cec38751b9630c73f545d76 /NEWS
parenta578b0cbcc1a8705e665e559219beea769ce4007 (diff)
downloadphp-git-76708f3c2e39058a4856b3004cafe22bfe1a1a36.tar.gz
- MFH: Fixed weekdays adding/subtracting algorithm.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 608379b5f0..cd6375ceb3 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP NEWS
. support for date/time strings returned by MS SQL.
. support for serialization and unserialization of DateTime objects.
. support for diffing date/times through date_diff() / DateTime::diff().
+ . support for adding/subtracting weekdays with strtotime() and
+ DateTime::modify().
. added DateInterval class to represent the difference between two date/times.
. support for parsing ISO intervals for use with DateInterval.
. date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an