Skip to content

Commit

Permalink
✅[CHORE] #285 - 날짜 변환 확인용 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Oct 2, 2022
1 parent f4925bb commit f12f0a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ struct PostDetailDataModel: Codable {
dateFormatter.locale = Locale(identifier:"ko_KR")
let convertDate = dateFormatter.date(from: createdAt ?? "") ?? Date()
let dateString = dateFormatter.string(from: convertDate)
print("convertDate = \(convertDate), dateString = \(dateString)")
return dateString
}

}

// MARK: - DataClass
Expand Down

0 comments on commit f12f0a8

Please sign in to comment.