Lines 1-10
Link Here
|
1 |
PEAR generic classes for representation and manipulation of dates, times and |
1 |
PEAR generic classes for representation and manipulation of dates, |
2 |
time zones without the need of timestamps, which is a huge limitation for php |
2 |
times and time zones without the need of timestamps, which is a |
3 |
programs. Includes time zone data, time zone conversions and many date/time |
3 |
huge limitation for php programs. Includes time zone data, time |
4 |
conversions. |
4 |
zone conversions and many date/time conversions. |
5 |
|
5 |
|
6 |
It does not rely on 32-bit system date stamps, so you can display calendars |
6 |
It does not rely on 32-bit system date stamps, so you can display |
7 |
and compare dates that date pre 1970 and post 2038. This package also provides |
7 |
calendars and compare dates that date pre 1970 and post 2038. This |
8 |
a class to convert date strings between Gregorian and Human calendar formats. |
8 |
package also provides a class to convert date strings between |
|
|
9 |
Gregorian and Human calendar formats. |
9 |
|
10 |
|
10 |
WWW: http://pear.php.net/package/Date |
11 |
WWW: http://pear.php.net/package/Date |