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

SEE ALSO

26       Date::Simple for full documentation.
27
28
29
30perl v5.8.8                       2004-04-05              Date::Simple::Fmt(3)
Impressum