
Public Member Functions | |
| ERXTimestampFormatter (String arg0, DateFormatSymbols arg1) | |
| ERXTimestampFormatter (String arg0) | |
| ERXTimestampFormatter () | |
Static Public Member Functions | |
| static NSTimestampFormatter | dateFormatterForPattern (String pattern) |
| static Format | defaultDateFormatterForObject (Object object) |
| static void | setDateFormatterForPattern (NSTimestampFormatter formatter, String pattern) |
Static Public Attributes | |
| static final String | DEFAULT_PATTERN = "%m/%d/%Y" |
Static Protected Attributes | |
| static final String | DefaultKey = "ERXTimestampFormatter.DefaultKey" |
Static Package Functions | |
| [static initializer] | |
Static Private Attributes | |
| static final Hashtable | _repository = new Hashtable() |
| ERXTimestampFormatter | ( | String | arg0 | ) |
| arg0 |
| ERXTimestampFormatter | ( | String | arg0, | |
| DateFormatSymbols | arg1 | |||
| ) |
| arg0 | ||
| arg1 |
| [static initializer] | ( | ) | [static, package] |
| static NSTimestampFormatter dateFormatterForPattern | ( | String | pattern | ) | [static] |
Returns a shared instance for the specified pattern.
| static Format defaultDateFormatterForObject | ( | Object | object | ) | [static] |
The default pattern used by WOString and friends when no pattern is set. Looks like this only for compatibility's sake.
| object |
| static void setDateFormatterForPattern | ( | NSTimestampFormatter | formatter, | |
| String | pattern | |||
| ) | [static] |
Sets a shared instance for the specified pattern.
final Hashtable _repository = new Hashtable() [static, private] |
holds a reference to the repository
final String DEFAULT_PATTERN = "%m/%d/%Y" [static] |
The default pattern used in the UI
final String DefaultKey = "ERXTimestampFormatter.DefaultKey" [static, protected] |
1.5.8