let date = Date() let formatter = DateFormatter() · formatter.dateFormat = "[your format]" let dateString = formatter.string(from: date) ...
確定! 回上一頁