An example project looking at how we can avoid using the dateFormat
property on DateFormatters to provide the user with a date value that they would actually recognise as shown in this article - https://williamboles.com/keeping-dates-local/
wibosco/AvoidingFixedStringDateFormats-Example
An example project looking at how we can avoid using the `dateFormat` property on DateFormatters to provide the user with a date value that they would actually recognise.
SwiftMIT