Creation Time of doctype Entry

I Got the creation time of doctype entry but that is in object format,i need to fetch month from this creation time,but getMonth() method not working on object type.

frappe.call({
method:‘frappe.client.get_list’,
args :{
‘doctype’:‘Customer’,
‘fields’:‘creation’,
‘filters’:{
‘sales_person’:a
}
},