NAME
DBIx::Meld::Traits::DateTimeFormat - Melds DateTime::Format::* with DBIx::Meld.
METHODS
datetime_formatter
This returns the DateTime::Format::* class that is appropriate for your database connection.
format_datetime
# Print the current date and time in the DB's format.
print $meld->format_datetime( DateTime->now() );
format_date
print $meld->format_date( DateTime->now() );
AUTHOR
Aran Clary Deltac <bluefeet@gmail.com>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.