
Class::DBI::Plugin::DateTime::MySQL - Use DateTime With MySQL

package MyCDBI;
use base qw(Class::DBI);
use Class::DBI::Plugin::DateTime::MySQL;
__PACKAGE__->set_db(...);
__PACKAGE__->table(...);
__PACKAGE__->has_timestamp('a_timestamp');
__PACKAGE__->has_date('a_date');
__PACKAGE__->has_time('a_time');

Class::DBI::Plugin::DateTime::MySQL provides methods to work with DateTime objects in a Class::DBI + MySQL environment.


DateTime DateTime::Format::MySQL Class::DBI

Copyright (c) 2005 Daisuke Maki <dmaki@cpan.org>. All rights reserved.
Development funded by Brazil Ltd <http://b.razil.jp>