SwiftUIで週の月初めを計算する方法 現在の日付を取得する:let currentDate = Date()カレンダーを取得する:let calendar = Calendar.current現在の日付が含まれる週の範囲を取得する:>>More