logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Helper::Schema::DateTime - DateTime helper

Author

       Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>

Name

       DBIx::Class::Helper::Schema::DateTime - DateTime helper

Synopsis

        package MyApp::Schema;

        __PACKAGE__->load_components('Helper::Schema::DateTime');

        ...

        $schema->resultset('Book')->search({
          written_on => $schema->format_datetime(DateTime->now)
        });

See Also