The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Clicker::Axis::DateTime

DESCRIPTION

A temporal Axis. Requires DateTime and DateTime::Set.

SYNOPSIS

  my $axis = new Chart::Clicker::Axis::DateTime();

METHODS

Constructor

Chart::Clicker::Axis::DateTime->new()

Creates a new DateTime Axis.

Class Methods

formatter

Set/Get the formatting string used to format the DateTime. See DateTime's strftime.

AUTHOR

Cory 'G' Watson <gphat@cpan.org>

SEE ALSO

perl(1)

LICENSE

You can redistribute and/or modify this code under the same terms as Perl itself.