WLJS LogoWLJS Notebook

DayName

DayName[] gives the current day of the week.

DayName[date] gives the day of the week for the given date.

Examples

Get current day:

DayName[]
(* Wednesday *)

Day of a specific date:

DayName[{2024, 12, 25}]
(* Wednesday *)

Please visit the official Wolfram Language Reference for more details.

On this page