https://github.com/rstoetter/libdatephp
A full fledged date class cDate and a class to manage periods of time cPeriod written in PHP
https://github.com/rstoetter/libdatephp
date datetime iso8601 library periodic php
Last synced: 7 months ago
JSON representation
A full fledged date class cDate and a class to manage periods of time cPeriod written in PHP
- Host: GitHub
- URL: https://github.com/rstoetter/libdatephp
- Owner: rstoetter
- License: mit
- Created: 2017-04-19T20:10:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T21:56:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T11:16:48.482Z (9 months ago)
- Topics: date, datetime, iso8601, library, periodic, php
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# libdatephp
Some classes to work with dates written in PHP:
* A full fledged date class **cDate**
* a class to manage ISO dates **cDateISO**
* a class to manage periods of time **cPeriod**
* a datetime class **cDateTime**.
* some helper classes to calculate recurring events:* cDateStrategyDaily
* cDateStrategyDailyFixed
* cDateStrategyMonthly
* cDateStrategyMonthlyFixed
* cDateStrategyNoInterval
* cDateStrategySimpleIntervalThe namespace is \\rstoetter\\libdatephp
See the [project wiki](https://github.com/rstoetter/libdatephp/wiki) for more information.