To get the weekdays of the week, it is: let calendar = Calendar.current let today = calendar.startOfDay(for: Date()) let dayOfWeek ...
確定! 回上一頁