let now = Date() let formatter = DateFormatter() formatter.dateFormat = "dd MMMM" formatter.string(from: now) // 15 oktober.
確定! 回上一頁