
Class::DBI::Plugin::TimePiece - Extension to Class::DBI for DB date type.

This documentation refers to Class::DBI::Plugin::TimePiece version 0.01

__PACKAGE__->has_a_timepiece( INS_DATE => '%y/%m/%d %H:%M:%S' ); __PACKAGE__->has_a_tp( UPDATE_DATE => '%y/%m/%d %H:%M:%S' );

This module is Extensionto Class::DBI for DB date type.

This method relation to DB date type.
__PACKAGE__->has_a_timepiece( INS_DATE => '%y/%m/%d %H:%M:%S' );
has_a_tp is has_a_timepiece's alias.
__PACKAGE__->has_a_tp( UPDATE_DATE => '%y/%m/%d %H:%M:%S' );



There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.

Atsushi Kobayashi, <nekokak@cpan.org>

Copyright (C) 2005 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.