Multiple choice technology programming languages

Which function is used to display the name of the day in a week

  1. $DAY()
  2. $DAYNM()
  3. $DAYS()
  4. $DAYNAME()
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The $DAY() function in Model 204 returns the name of the day of the week for a given date. Options B, C, and D are not valid Model 204 built-in functions. This function is commonly used for date formatting and reporting purposes.