dateStyle
timeStyle
- setLocalizedDateFormatFromTemplate:
+ dateFormatFromTemplate:options:locale:
formattingContext
Availability 有効性
Technology
@property(copy) NSString
*dateFormat;
See Data Formatting Guide for a list of the conversion specifiers permitted in date format strings. Data Formatting Guideを日付書式設定文字列において許可される変換指定子のリストのために見てください。
You should only set this property when working with fixed format representations, as discussed in Working With Fixed Format Date Representations. For user-visible representations, you should use the date
and time
properties, or the set
method if your desired format cannot be achieved using the predefined styles; both of these properties and this method provide a localized date representation appropriate for display to the user.
あなたは、固定された書式設定表現を扱うときにのみこのプロパティを設定するべきです、固定された書式設定日付表現を扱うで議論されるように。ユーザが見ることができる表現のために、あなたはdate
とtime
プロパティを、またはあなたの望む書式設定が前もって定義されたスタイルを使って達成されることができないならばset
メソッドを使うべきです; これらのプロパティの療法とこのメソッドは、ユーザに表示するのに適切にローカライズされた日付表現を提供します。
dateStyle
timeStyle
- setLocalizedDateFormatFromTemplate:
+ dateFormatFromTemplate:options:locale:
formattingContext