|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.opmath.util.time.FormattedDate
An ecapsulation of the Java system time and date format facilities.
Copyright: (c) 2002 The Open Math Company Limited
The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.
| Constructor Summary | |
FormattedDate()
|
|
| Method Summary | |
static String |
toString(Locale location)
Returns the current system date and time as a String. |
static String |
toString(long time,
Locale location)
Returns the given long interpreted as date and time, as a String. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public FormattedDate()
| Method Detail |
public static String toString(long time,
Locale location)
long interpreted as date and time, as a String.
The date and time are given in long format, with the style determined by the parameter
location.
time - a long determining the date and time.location - the Locale determining the date and time style.String carrying the formatted date.public static String toString(Locale location)
String.
The date and time are given in long format, with the style determined by the parameter
location.
location - the Locale determining the date and time style.String carrying the formatted date.
|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||