Time Created - getting basic date created detail

Hi,

In using $(an elgg object)->time_created or for better example,

$object_created = date("G:H j/m-Y", $object->time_created) ;

I get the time (at server side i believe coz it doesn't match my local time) and the day, month year the object is created. This is okay.

Is it possible to just get the month and year? like April 2011 ? I couldn't find much of the time_created call or the date.php output..... any insight ?

 

Thanks in advance ;D

Jimbo