Top "Dateformatter" questions

How do I get the current Date in short format in Swift

In the images below you can see the code I wrote and the values of all the variables: class fun …

swift date nsdate nsdateformatter dateformatter
Show AM/PM in capitals in swift

I wrote the following code to show a datetime in a particular format: let formatter = NSDateFormatter() formatter.dateStyle = NSDateFormatterStyle.LongStyle …

swift date dateformatter
How to convert a date string with optional fractional seconds using Codable in Swift4

I am replacing my old JSON parsing code with Swift's Codable and am running into a bit of a snag. …

swift swift4 nsdateformatter codable dateformatter
taking input using LocalDate

everyone! I am trying to think of a way to get a date input from user using LocalDate. I am …

java localdate dateformatter
Date Formatter in swift

i want to get this type of formate -> April 20, 2018 at 9:02:00 PM UTC+5:30 for firestore timestamp. i already try …

ios swift dateformatter