public class DateHelper extends Object
| Constructor and Description |
|---|
DateHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
calendarToDateString(Calendar cal) |
static String |
toCalendarDateString(long datetime) |
static Long |
toCalendarDateTime(GregorianCalendar gc) |
static String |
toDateString(long datetime) |
static Long |
toDateTime(Date date) |
public static String toDateString(long datetime)
public static String toCalendarDateString(long datetime)
public static Long toCalendarDateTime(GregorianCalendar gc)
Copyright © 2014. All Rights Reserved.