wenweiwei 3 лет назад
Родитель
Сommit
4f34a3b183
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 1 - 1
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -696,7 +696,7 @@ public func updateTimeToCurrenTime(timeInterval: TimeInterval) -> String {
     let date = NSDate(timeIntervalSince1970: timeInterval)
     let dfmatter = DateFormatter()
     // yyyy-MM-dd HH:mm:ss
-    dfmatter.dateFormat = "MM月dd号"
+    dfmatter.dateFormat = "M月d日"
     return dfmatter.string(from: date as Date)
 }