Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
MONTHNAME(date)
Returns the full name of the month for date. The language used for the name is controlled by the system time config.
SQL:
SELECT MONTHNAME('2018-01-01') monthname;
Result:
monthname |
---|
January |
DAYNAME(date)
Returns the name of the weekday for date. The language used for the name is controlled by the system time config.
SQL:
SELECT DAYNAME('2018-01-01') dayname;
Result:
dayname |
---|
Monday |
Attachments
Issue Links
- links to