mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
64b888c0fa
. support for diffing date/times through date_diff() / DateTime::diff().
. 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
interval to an existing date/time.
235 B
235 B