Class
NSRelativeDateTimeFormatter
A formatter that creates locale-aware string representations of a relative date or time.
相対日付または時刻のロケール対応文字列表現を作成するフォーマッタ。
Overview
概要
Use the strings that the formatter produces, such as “1 hour ago”, “in 2 weeks”, “yesterday”, and “tomorrow” as standalone strings. Embedding them in other strings may not be grammatically correct.
フォーマッタが生成する文字列を使ってください、たとえば “1 hour ago”、“in 2 weeks”、“yesterday”、そして “tomorrow” など単独で機能する文字列のような。それらを他の文字列の中に埋め込むことは、文法的に正しくないかもしれません。
Topics
話題
Converting Dates to Formatted Strings
日付それらを書式設定された文字列へと変換する
- stringForObjectValue:
Creates a formatted string for a date relative to the current date and time.
ある書式設定された文字列をある日付に対して現在の日付と時刻に相対的に作成します。
Configuring Formatter Options
フォーマッタオプションを構成設定する
calendar
The calendar to use for formatting values that don’t have an inherent calendar of their own.
それら自身の内在カレンダーを持たない値を書式設定するために使うカレンダー。
locale
The locale to use when formatting the date.
日付を書式設定する時に使うロケール。
dateTimeStyle
The style to use when describing a relative date, for example “yesterday” or “1 day ago”.
ある相対日付を記述する時に使う様式、例えば “yesterday” または “1 day ago”。
NSRelativeDateTimeFormatterStyle
A type that represents the style to use when formatting relative dates, such as “1 week ago” or “last week”.
ある型、それは相対日付を書式設定する時に使う様式を表します、たとえば “1 week ago” または “last week”。
unitsStyle
The style to use when formatting the quantity or the name of the unit, such as “1 day ago” or “one day ago”.
単位の量または名前を書式設定する時に使う様式、たとえば “1 day ago” または “one day ago”。
formattingContext
A description of where the formatted string will appear, allowing the formatter to capitalize the output appropriately.
この書式設定された文字列が現れる場所の記述、フォーマッタに出力を適切にキャピタライズすることを許可しています。
See Also
参照
Dates and Times
日付と時刻
NSDateFormatter
A formatter that converts between dates and their textual representations.
日付とそれらのテキスト表現の間で変換をするフォーマッタ。
NSISO8601DateFormatter
A formatter that converts between dates and their ISO 8601 string representations.
日付とそれらのISO 8601文字列表現の間で変換をするフォーマッタ。