Global Variable グローバル変数

NSShortDateFormatString

Key for a format string that specifies how dates are abbreviated. どのように日付が省略されるかを指定する書式設定文字列に対するキー。

Declaration 宣言

NSString *const NSShortDateFormatString;

Discussion 議論

The default is to separate the day month and year with slashes and to put the day first, as in 31/10/01. 省略時は、日にち、月、そして年をスラッシュで隔てることに、そして日にちを最初に置くことになります、31/10/01でのように。

See Also 参照

Date & Time Information 日付と時刻情報