|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsky.util.DateUtil
public class DateUtil
Time/Date related static utility methods
| Constructor Summary | |
|---|---|
DateUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
formatUTC(long time)
Return a string with the UTC time in the format /mm/dd/yy hh:mm:ss, given the current UTC time in ms. |
static java.lang.String |
formatUTCyyyymmdd(long time)
Return a string with the given UTC time in the format YYYYMMDD. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateUtil()
| Method Detail |
|---|
public static java.lang.String formatUTC(long time)
public static java.lang.String formatUTCyyyymmdd(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||