Desde la base de datos lo puedes hacer directamente.
Para mysql:
Para postgres:
Código POSTGRES:
Ver originalselect TO_CHAR(campo_fecha,'MONTH'), facturado, pendiente from tabla where campo_fecha between 'fecha1' and 'fecha2' order by campo_fecha asc;
Espero haberte ayudado.