https://github.com/duncan3dc/dates
A simple library for working with dates and ranges using the default timezone
https://github.com/duncan3dc/dates
date datetime php
Last synced: 11 months ago
JSON representation
A simple library for working with dates and ranges using the default timezone
- Host: GitHub
- URL: https://github.com/duncan3dc/dates
- Owner: duncan3dc
- License: apache-2.0
- Created: 2015-05-27T10:47:24.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T16:16:27.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:48:26.736Z (12 months ago)
- Topics: date, datetime, php
- Language: PHP
- Size: 963 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dates
A simple library for working with dates and ranges using the default timezone
Full documentation is available at http://duncan3dc.github.io/dates/
PHPDoc API documentation is also available at [http://duncan3dc.github.io/dates/api/](http://duncan3dc.github.io/dates/api/namespaces/duncan3dc.Laravel.html)
[](https://packagist.org/packages/duncan3dc/dates)
[)](https://github.com/duncan3dc/dates/actions/workflows/coverage.yml)
[](https://codecov.io/gh/duncan3dc/dates)
## Installation
The recommended method of installing this library is via [Composer](//getcomposer.org/).
Run the following command from your project root:
```bash
$ composer require duncan3dc/dates
```
## Changelog
A [Changelog](CHANGELOG.md) has been available since version 1.2.0
## Where to get help
Found a bug? Got a question? Just not sure how something works?
Please [create an issue](//github.com/duncan3dc/dates/issues) and I'll do my best to help out.
Alternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)