# Date::Utility
[![Build Status](https://travis-ci.org/binary-com/perl-Date-Utility.svg?branch=master)](https://travis-ci.org/binary-com/perl-Date-Utility) [![Coverage Status](https://coveralls.io/repos/binary-com/perl-Date-Utility/badge.png?branch=master)](https://coveralls.io/r/binary-com/perl-Date-Utility?branch=master)

A class that represents a datetime in various format


```
use Date::Utility;

my $date = Date::Utility->new();
print $date->date_yyyymmdd;

```

#### INSTALLATION



To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

#### SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Date::Utility

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Date-Utility

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Date-Utility

    CPAN Ratings
        http://cpanratings.perl.org/d/Date-Utility

    Search CPAN
        http://search.cpan.org/dist/Date-Utility/


i####COPYRIGHT

Copyright (C) 2015 binary.com