Dayname()

Home   Back   Next  

Working with Formulas > Functions Used in Formulas > Date/Time Functions > Dayname()

 

DAYNAME() returns a character string with the corresponding day name for the date that was input. If a null date is specified, the function returns an empty string.

 

 

Function Format

 

DAYNAME(date) 

 

 

Return Value

 

DAYNAME() returns a character string 

 

 

Examples

 

DAYNAME(DATE("07/04/2007")) = "Wednesday" 

 

DAYNAME(DATE(2007, 12, 25)) = "Tuesday"