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.
- Host: GitHub
- URL: https://github.com/wibosco/avoidingfixedstringdateformats-example
- Owner: wibosco
- License: mit
- Created: 2018-12-02T10:22:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T21:08:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T05:30:44.755Z (over 1 year ago)
- Topics: date, dateformatter, ios, localisation, localization, nsdate, nsdateformatter, swift
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/