|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.jellybeans.Date
Utility class to convert a byte array representing the date and time to a standard format of "MM-DD-YY HH:MM". Note: This class is designed to be used with the com.dalsemi.fs.DSFile.list(boolean) method and will probably disappear when changes to the file sytem are made. The functionality provided here will eventually move to the java.util.Date class.
| Constructor Summary | |
Date()
|
|
| Method Summary | |
static java.lang.String |
getDateAndTime(byte[] data)
Returns a String representing the date and time. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Date()
| Method Detail |
public static java.lang.String getDateAndTime(byte[] data)
data - an array representing the time to convert
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||