day is the primary key for this table. Write an SQL query to convert each date in Days into a string formatted as "day_name, month_name day, year". Return the result table in any order.
Convert date format - 2013-10-31T07:41:39+0000 to 2013-10-31 01:48:11 +0000 NSString *dateString = [stringDate substringToIndex:19]; NSDateFormatter *formatter ...