Description
dayname(date/timestamp/string)
Returns the name of the weekday for date. The language used for the name is English.
select dayname('2015-04-08');
Wednesday
Attachments
Attachments
Issue Links
- is related to
-
HIVE-10276 Implement date_format(timestamp, fmt) UDF
- Closed
- links to