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.
TL;DR: if you want to use date/time values from a SQL Server table in PowerApps, use the datetimeoffset column type and your life will be easier. The datetime (and friends) column type represent an ...