I am write api in get ticket using where clause using 
Ticket::objects()->filter(array(
            'user_id' => $user->getId(),
            'source'=> $source,
             ))
            ->all();
            i need add another condition like created_date > $fromdate and created_date < $todate
            please any one suggestion