about | help | code help+videos | done | prefs |
Given integers for a year, month, and day, format the date using the FULL format style. For example, 2022,1,1, should output "Saturday, January 1, 2022". dateTime_fullDateFormat(2022, 1, 1) → "Saturday, January 1, 2022" dateTime_fullDateFormat(2022, 1, 2) → "Sunday, January 2, 2022" dateTime_fullDateFormat(2022, 1, 3) → "Monday, January 3, 2022" ...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