Instance Method インスタンスメソッド

stringFromDate:

Returns a string representation of a specified date that the system formats using the receiver’s current settings. 指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。

Declaration 宣言

- (NSString *)stringFromDate:(NSDate *)date;

Parameters パラメータ

date

The date to format. 書式設定する日付。

Return Value 戻り値

A string representation of date. dateの文字列表現。

Discussion 議論

For more information about using NSDateFormatter to produce a string representation of a date, see Working With User-Visible Representations of Dates and Times. For a sample code playground, see Displaying Human-Friendly Content. NSDateFormatterを使って日付の文字列表現を生み出すことについてのさらなる情報として、日付と時刻のユーザ可視表現を扱うを見てください。サンプルコードプレイグラウンドとして、人にやさしい内容を表示するを見てください。

See Also 参照

Converting Objects オブジェクト変換