diff options
author | Derick Rethans <derick@php.net> | 2008-05-03 10:04:37 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2008-05-03 10:04:37 +0000 |
commit | 76708f3c2e39058a4856b3004cafe22bfe1a1a36 (patch) | |
tree | 99832b7eaeafaf3f1cec38751b9630c73f545d76 /NEWS | |
parent | a578b0cbcc1a8705e665e559219beea769ce4007 (diff) | |
download | php-git-76708f3c2e39058a4856b3004cafe22bfe1a1a36.tar.gz |
- MFH: Fixed weekdays adding/subtracting algorithm.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |