Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -206,8 +206,8 @@ import SwiftEventBus | ... | @@ -206,8 +206,8 @@ import SwiftEventBus | 
| 206 | if (dfyCoupons.count > 0) { | 206 | if (dfyCoupons.count > 0) { | 
| 207 | if (dfyCoupons.count == 1) { | 207 | if (dfyCoupons.count == 1) { | 
| 208 | let dateFormatter = DateFormatter() | 208 | let dateFormatter = DateFormatter() | 
| 209 | - // dateFormatter.dateFormat = "yyyy-MM-dd hh:mm:ss" | 209 | + dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss" | 
| 210 | - dateFormatter.dateFormat = "yyyy-MM-dd HH:mm" | 210 | + // dateFormatter.dateFormat = "yyyy-MM-dd HH:mm" | 
| 211 | 211 | ||
| 212 | // sort dfyCoupons by date | 212 | // sort dfyCoupons by date | 
| 213 | dfyCoupons.sort(by: { | 213 | dfyCoupons.sort(by: { | ... | ... | 
- 
Please register or login to post a comment