about | help | code help+videos | done | prefs |
dateTime_dayOfWeek
Given integers for a year, month, and day, return what day of the week it is. For example, January 1st of the year 2022 should return "Saturday". dateTime_dayOfWeek(2022, 1, 1) → "Saturday" dateTime_dayOfWeek(2022, 1, 2) → "Sunday" dateTime_dayOfWeek(2022, 1, 3) → "Monday" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy