| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |
Chart::Clicker::Axis::DateTime - An X or Y Axis using DateTime
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.
my $axis = Chart::Clicker::Axis::DateTime->new;
Set/Get the time zone to use when creating DateTime objects! Accepts an object or a string ('America/Chicago').
Set/Get the formatting string used to format the DateTime. See DateTime's strftime.
Creates a new DateTime Axis.
Formats the value using DateTime's strftime.
Cory G Watson <gphat@cpan.org>
perl(1)
You can redistribute and/or modify this code under the same terms as Perl itself.
| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |