NAME

Class::Date::ISO - make Class::Date output iso format like '2006-03-29T17:06:09'

VERSION

Version 0.01

SYNOPSIS

use Class::Date;
use Class::Date::ISO;

my $datenow = Class::Date::now();
print $datenow->iso; # 2006-03-29T17:06:09

AUTHOR

Chunzi, <chunzi at cpan.org>

BUGS

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?Queue=Class-Date-ISO. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Class::Date::ISO

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

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.