SwiftDate
SwiftDate copied to clipboard
Update AM/PM Symbols
Idea:
formatter.amSymbol = "am"
formatter.pmSymbol = "pm"
is there a way to do this using swiftDate?
As far as I know you can't change it but it's set by the Locale used to represent the Date/DateInRegion. Am I missing something?