Skip to content

Commit

Permalink
Changed date format to a more consistent format
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hrach committed Feb 27, 2019
1 parent 85c4bbf commit 8d39a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PACore/Source/PlayAlways.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public struct PlayAlways {
var dateString: String {
let date = Date()
let dateFormat = DateFormatter()
dateFormat.dateFormat = "Ymd_HMS"
dateFormat.dateFormat = "YMMdd_HHmmss"
return dateFormat.string(from: date)
}

Expand Down

0 comments on commit 8d39a0e

Please sign in to comment.