An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/wibosco/avoidingfixedstringdateformats-example

date dateformatter ios localisation localization nsdate nsdateformatter swift

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

Swift
Twitter: @wibosco

# AvoidingDateFormat-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 as shown in this article - https://williamboles.com/keeping-dates-local/