The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Dochazka::REST::Util::Date - module containing miscellaneous date routines

SYNOPSIS

    use App::Dochazka::REST::Util::Date;

    ...

EXPORTS

FUNCTIONS

canon_date_diff

Compute difference (in days) between two canonical dates

canon_to_ymd

Takes canonical date YYYY-MM-DD and returns $y, $m, $d

ymd_to_canon

Takes $y, $m, $d and returns canonical date YYYY-MM-DD