SwiftDate icon indicating copy to clipboard operation
SwiftDate copied to clipboard

Update AM/PM Symbols

Open johnnyperdomo opened this issue 6 years ago • 1 comments

Idea:

formatter.amSymbol = "am" 
formatter.pmSymbol = "pm"

is there a way to do this using swiftDate?

johnnyperdomo avatar Jul 25 '19 22:07 johnnyperdomo

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?

malcommac avatar Sep 14 '19 08:09 malcommac