Date
####

|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

A class for php to work with pure dates (without time).

Installation
============

.. code-block:: bash

   composer require 'arokettu/date'

Documentation
=============

.. toctree::
   :maxdepth: 2

   common
   gregorian
   julian
   civil
   isoweek
   milankovic
   julian_date
   easter
   doctrine
   upgrade

License
=======

The library is available as open source under the terms of the `MIT License`_.

.. _MIT License: https://opensource.org/licenses/MIT

.. |Packagist|  image:: https://img.shields.io/packagist/v/arokettu/date.svg?style=flat-square
   :target:     https://packagist.org/packages/arokettu/date
.. |GitHub|     image:: https://img.shields.io/badge/get%20on-GitHub-informational.svg?style=flat-square&logo=github
   :target:     https://github.com/arokettu/php-date
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/php-date
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/php-date
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/php-date
