The SELECT statement is:
SELECT e_id,e_title,DATE_FORMAT('e_start', '%M %e, %Y'),e_org
SO, I'm left to ask if #1 the select statement can have other column names besides the date_format() and #2 I assumed that the column name for the modified date would be the same name so I can call it from the array like this:
result_array["e_start"]
[mysql.com...]