NAME

Mojar::Cron::Date - Bare naked ISO dates

SYNOPSIS

say Mojar::Cron::Date->$_ for qw(yesterday today tomorrow);

DESCRIPTION

Simple methods for manipulating simple dates.

CONSTRUCTORS

current

The date of the current UTC time.

today

The date of the current local time.

tomorrow

The date after today.

yesterday

The date before today.

METHODS

after

before

dow

format

is_weekend

next

previous

roll

roll_back

roll_to

yearweek

yearweekday

COPYRIGHT AND LICENCE

Copyright (C) 2016, Nic Sandfield.

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.