Cory Watson > Chart-Clicker > Chart::Clicker::Axis::DateTime

Download:
Chart-Clicker-2.51.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Chart::Clicker::Axis::DateTime

DESCRIPTION ^

A temporal Axis. Requires DateTime and DateTime::Set. Inherits from Axis, so check the methods there as well. Expects that times will be in unix format.

SYNOPSIS ^

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

METHODS ^

new

Creates a new DateTime Axis.

format

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

format_value

Formats the value using DateTime's strftime.

time_zone

Set/Get the time zone to use when creating DateTime objects! Accepts an object or a string ('America/Chicago').

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.