DATE_FORMAT
function to format the day
column in the Days
table.'%W, %M %e, %Y'
to get the day name, month name, day of the month, and year in the desired format.DATE_FORMAT
function as day
to match the output column name.day
from the Days
table.erDiagram Days { date day PK }