|
Class::Date::ISO - make Class::Date output iso format like '2006-03-29T17:06:09' |
Class::Date::ISO - make Class::Date output iso format like '2006-03-29T17:06:09'
Version 0.01
use Class::Date;
use Class::Date::ISO;
my $datenow = Class::Date::now();
print $datenow->iso; # 2006-03-29T17:06:09
Chunzi, <chunzi at cpan.org>
Please report any bugs or feature requests to
bug-class-date-iso at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Class::Date::ISO
You can also look for information at:
Copyright 2006 Chunzi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Class::Date::ISO - make Class::Date output iso format like '2006-03-29T17:06:09' |