https://github.com/pear/date
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pear/date
- Owner: pear
- Created: 2011-12-10T13:51:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T18:58:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T04:12:41.566Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/Date
- Size: 523 KB
- Stars: 6
- Watchers: 16
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package is http://pear.php.net/package/Date and has been migrated from http://svn.php.net/repository/pear/packages/Date
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run either
$ phpunit tests/
or
$ pear run-tests -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml