![]() |
![]()
| ![]() |
![]()
NAMEChart::Clicker::Axis::DateTime - An X or Y Axis using DateTime VERSIONversion 2.90 SYNOPSISmy $axis = Chart::Clicker::Axis::DateTime->new; DESCRIPTIONA 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. ATTRIBUTESformatSet/Get the formatting string used to format the DateTime. See DateTime's strftime. time_zoneSet/Get the time zone to use when creating DateTime objects! Accepts an object or a string ('America/Chicago'). METHODSformat_valueFormats the value using DateTime's strftime. AUTHORCory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by Cory G Watson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|