NAME
datecalc - Date calculations
VERSION
This document describes version 0.01 of datecalc (from Perl distribution App-datecalc), released on 2014-05-20.
SYNOPSIS
% datecalc
> today
2014-05-13
> tomorrow
2014-05-14
> today + 2 days
2014-05-15
> 2014-05-13 - 2014-02-14
P2M3W6D
> 2 months 3 weeks 6 days
P2M3W6D
> P10D
P1W3D
> 2014-05-13 + P2D
2014-05-15
> 2 * 2 days 10 hours
P4DT20H
> P10D / 2
P5D
> 6d + 8d + 13 min
P2WT13M
DESCRIPTION
This is a command-line utility to perform date calculations.
For now, for more details, see App::datecalc.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-datecalc.
SOURCE
Source repository is at https://github.com/sharyanto/perl-App-datecalc.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-datecalc
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.