Date-Utils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      - Used namespace::autoclean instead.

0.23  Sun Apr 02 16:40:00 2017
      - Updated copyright year information.

0.22  Sat Jan 14 19:10:00 2017
      - Updated method validate_month() and validate_month_name().
      - Added new test to respect the above changes.

0.21  Tue Jul 26 10:15:00 2016
      - Dropped method create_calendar() as it's no longer relevant here.

0.20  Wed May 25 11:05:00 2016
      - Updated method get_month_number(), method validate_month() and method validate_month_name() with
        regard to handling month name.

0.19  Mon May 16 11:00:00 2016
      - Updated method get_month_number() to have parameter month_name optional.
      - Added new test for method get_month_number().

0.18  Wed May 11 10:50:00 2016

Changes  view on Meta::CPAN

      - Updated to require 'months' and 'days'.
      - Added method validate_month_name().
      - Added method get_month_number().
      - Added method get_month_name().
      - Added unit test for method validate_month_name().
      - Added unit test for method get_month_number().
      - Added unit test for method get_month_name().
      - Added section "SEE ALSO".

0.16  Thu Apr 21 11:20:00 2016
      - Fixed leaking of calendar color (more visible in Persian Calendar).

0.15  Fri Mar 25 13:00:00 2016
      - Added unit test t/meta-json.t and t/meta-yml.t.
      - Updated copyright year information.

0.14  Mon Dec 21 10:05:00 2015
      - Fixed package version matches dist version in the Makefile.PL file.

0.13  Sat Dec 19 13:10:00 2015
      - Upgraded to use Date::Exception v0.03.

0.12  Fri Nov 27 10:10:00 2015
      - Added key 'provides' to the Makefile.PL script.

0.11  Sun Aug 23 10:45:00 2015
      - Used Date::Exception package to throw exception instead die() where applicable.

0.10  Mon Jul 13 11:10:00 2015
      - Added method create_calendar().

0.09  Sun Jun 14 10:40:00 2015
      - Updated the following methods to handle undef (day,month and year).
        - validate_day()
        - validate_month()
        - validate_year()

0.08  Sun Apr 26 13:20:00 2015
      - Added unit test script t/01-date-utils.t file.

lib/Date/Utils.pm  view on Meta::CPAN

=head1 AUTHOR

Mohammad S Anwar, C<< <mohammad.anwar at yahoo.com> >>

=head1 REPOSITORY

L<https://github.com/manwar/Date-Utils>

=head1 ACKNOWLEDGEMENTS

Entire logic is based on the L<code|http://www.fourmilab.ch/documents/calendar> written by John Walker.

=head1 SEE ALSO

=over 4

=item * L<Calendar::Bahai>

=item * L<Calendar::Gregorian>

=item * L<Calendar::Hebrew>



( run in 0.375 second using v1.01-cache-2.11-cpan-5dc5da66d9d )