Episode #494

Localizing Dates and Times

Series: Localizing Your App

9 minutes
Published on July 8, 2021

This video is only available to subscribers. Get access to this video and 573 others.

Using DateFormatter we can format dates and times to whatever format we choose. However, in most cases we should rely instead on the builtin styles instead, which are locale aware. This way we can present dates and times that are consistent with the user's preferences.

This episode uses Swift 5.4, Xcode 12.5.