1Date::Simple::D8(3)   User Contributed Perl Documentation  Date::Simple::D8(3)
2
3
4

NAME

6       Date::Simple::D8 - Sub class of Date::Simple with eight digit date
7       style formatting as default.
8

SYNOPSIS

10           use Date::Simple::D8;
11

DESCRIPTION

13       This module changes the default stringification behaviour of
14       Date::Simple objects to use the as_d8() method instead.
15
16       Date::Simple::D8->new ([ARG, ...])
17       date_d8 ([ARG, ...])
18           Identical to Date::Simple except that uses the D8 style formatting
19           ('%Y%m%d') for overloaded stringification or when not providing a
20           format argument to the format() method.
21

SEE ALSO

23       Date::Simple for full documentation.
24

POD ERRORS

26       Hey! The above document had some coding errors, which are explained
27       below:
28
29       Around line 30:
30           '=item' outside of any '=over'
31
32       Around line 38:
33           You forgot a '=back' before '=head1'
34
35
36
37perl v5.34.0                      2021-07-22               Date::Simple::D8(3)
Impressum