]> granicus.if.org Git - php/commit
- Added DateInterval::createFromDateString() that creates an interval
authorDerick Rethans <derick@php.net>
Fri, 2 May 2008 12:48:19 +0000 (12:48 +0000)
committerDerick Rethans <derick@php.net>
Fri, 2 May 2008 12:48:19 +0000 (12:48 +0000)
commit2352d10de296496486bd209d7bb03c735450815e
tree3161db3d95ffe7ae83352cc7b3c0a54b02e46399
parentbfbe53eeb2300c4a608ec1f85e37d89b64c5c51f
- Added DateInterval::createFromDateString() that creates an interval
  from the relative parts of a date/time string.
- Fixed an issue where special relative bits were not applied.
#- @DOC
ext/date/lib/parse_date.c
ext/date/lib/tm2unixtime.c
ext/date/php_date.c
ext/date/php_date.h