DATENAME
Description
This function returns a character string representing the specified datepart of the specified date. (DATENAME in Transact-SQL).
Sample Source Pattern
Syntax
DATENAME ( datepart , date ) DATE_PART( <date_or_time_part> , <date_or_time_expr> )
MONTHNAME( <date_or_timestamp_expr> )
DAYNAME( <date_or_timestamp_expr> )Examples
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
