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

NAME

6       Date::Simple::Fmt - Sub class of Date::Simple with per object level
7       formatting for overloaded stringification.
8

SYNOPSIS

10           use Date::Simple::Fmt;
11

DESCRIPTION

13       This module changes the default stringification behaviour of
14       Date::Simple objects to use the format() method instead. It also
15       changes the behaviour of the constructor.
16
17       Date::Simple::Fmt->new (FMT, [ARG, ...])
18       date_fmt (FMT, [ARG, ...])
19           Follows the same rules as for the equivelent method (new) and
20           subroutine (date) in Date::Simple except that the first argument is
21           expected to be the default format for the newly created object.  It
22           is this format that will be used when using overloaded
23           stringification or when not providing a format argument to the
24           format() method.
25

SEE ALSO

27       Date::Simple for full documentation.
28

POD ERRORS

30       Hey! The above document had some coding errors, which are explained
31       below:
32
33       Around line 39:
34           '=item' outside of any '=over'
35
36       Around line 48:
37           You forgot a '=back' before '=head1'
38
39
40
41perl v5.30.1                      2020-01-29              Date::Simple::Fmt(3)
Impressum