Skip to content

Instantly share code, notes, and snippets.

@e-sung
Created April 7, 2019 12:25
Show Gist options
  • Save e-sung/2a336dc44ac71efd560a66c35d9193ff to your computer and use it in GitHub Desktop.
Save e-sung/2a336dc44ac71efd560a66c35d9193ff to your computer and use it in GitHub Desktop.
let dateFormat = DateFormatter()
dateFormat.dateFormat = "yyyy/MM/dd/HH/mm/ss"
dateFormatter.locale = Locale(identifier:"en_US_POSIX") // 추가 된 코드
print(dateFormat.date(from: "20160610090000"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment