Skip to content

1853. Convert Date Format

1
2
SELECT DATE_FORMAT(day, '%W, %M %e, %Y') AS day
FROM Days
Was this page helpful?