It probably will be something like:
my $rs = [$c->model('DB::table')->search( { 'me.date' => { between => ['2013-05-03', '2013-05-04'] } } ,{} )];
Check the SQL::Abstract docs for the gritty details.
In reply to Re: How to search database by date range
by thundergnat
in thread How to search database by date range
by kingmx
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |