I query date from parse and see that my date type column return as json object
newsPublishDate: {
__type: "Date"
iso: "2015-10-20T11:41:00.000Z"
}
while createdAt column also a date type but return a String
createdAt: "2015-10-24T11:38:14.766Z"
how can i make parse return my date column as a string? thank you so much.