mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3de92f9fc3
- Take maintainership PR: ports/103887 Submitted by: maintainer (Thomas Abthorpe)
12 lines
517 B
Plaintext
12 lines
517 B
Plaintext
PEAR generic classes for representation and manipulation of dates,
|
|
times and time zones without the need of timestamps, which is a
|
|
huge limitation for php programs. Includes time zone data, time
|
|
zone conversions and many date/time conversions.
|
|
|
|
It does not rely on 32-bit system date stamps, so you can display
|
|
calendars and compare dates that date pre 1970 and post 2038. This
|
|
package also provides a class to convert date strings between
|
|
Gregorian and Human calendar formats.
|
|
|
|
WWW: http://pear.php.net/package/Date
|