where(['>=', 'created_at', mktime(0,0,0,date('m'),date('d'),date('Y'))])
$currentMonth = null;
foreach($models as $model){
$month = date('F', $model->created_at);
if($currentMonth <> $month){
echo $currentMonth = $month;
}
// вывод записи
}