WLJS LogoWLJS Notebook

Sunday

Sunday is a day of the week.

Examples

Use in date functions:

DayName[DateObject[{2024, 1, 7}]] === Sunday

Find next Sunday:

DateObject[Today, Sunday]

In date patterns:

DateSelect[dates, DayName[#] === Sunday &]

Please visit the official Wolfram Language Reference for more details.

On this page