PHPackages                             kwetal/dateutils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kwetal/dateutils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kwetal/dateutils
================

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

1.1.0(11y ago)0481MITPHPPHP &gt;=5.4.0

Since Oct 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/evanmaastrigt/kwetal-dateutils)[ Packagist](https://packagist.org/packages/kwetal/dateutils)[ RSS](/packages/kwetal-dateutils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (1)

Kwetal-DateUtils
================

[](#kwetal-dateutils)

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

Installation
------------

[](#installation)

The recommended way to install DateUtils is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "kwetal/dateutils": "dev-master"
    }
}
```

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
