6.1k views
3 votes
Which code returns the date in the format friday, april 20th, 2015?

User Stiig
by
8.3k points

1 Answer

5 votes
The answer is : DATE_FORMAT('2012-04-20', '%W, %M %D, %Y')
This is the code that returns the date in the format friday, april 20th, 2015?
User Sven Van Zoelen
by
8.3k points