Returns an array of the days of the week, starting with Sunday.
An array containing the names of the days of the week in English, ordered from Sunday to Saturday.
const days = GetDayOfWeekTdddd();// days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] Copy
const days = GetDayOfWeekTdddd();// days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
4.0.0
2021-12-09
Returns an array of the days of the week, starting with Sunday.