func localizedString (for: Date, relativeTo : Date) -> String
Formats the date interval from the reference date to the specified date using the formatter’s calendar.
基準日付から指定日付までの日付間隔をフォーマッタのもつカレンダーを使って書式設定します。
func localizedString (from: DateComponents) -> String
Formats a relative time represented by the specified date components.
指定された日付構成要素それらによって表されるある相対時間を書式設定します。
func localizedString (fromTimeInterval : TimeInterval) -> String
Formats the specified time interval using the formatter’s calendar.
指定された時間間隔をフォーマッタのもつカレンダーを使って書式設定します。
func string(for: Any?) -> String?
Creates a formatted string for a date relative to the current date and time.
ある書式設定された文字列をある日付に対して現在の日付と時刻に相対的に作成します。