We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3774d75 commit 73c68e5Copy full SHA for 73c68e5
MySQL/convert-date-format.sql
@@ -0,0 +1,5 @@
1
+# Time: O(n)
2
+# Space: O(n)
3
+
4
+SELECT DATE_FORMAT(day, "%W, %M %e, %Y") AS day
5
+FROM Days;
0 commit comments