Closed Char1ei closed 1 year ago
Hi, just found you are using formater.dateFormat = "YYYY-MM-dd" in DateFormatter.swift, and the year should be yyyy.
formater.dateFormat = "YYYY-MM-dd"
yyyy
thanks!
Hi, just found you are using
formater.dateFormat = "YYYY-MM-dd"
in DateFormatter.swift, and the year should beyyyy
.