public class DateUtilities
���ڵ�ʱ���ͨ����
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getDate() |
static int |
getDay() |
static java.lang.String |
getFormatDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
|
static java.lang.String |
getFormatDate() |
static java.lang.String |
getFormatDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
|
static java.lang.String |
getFormatDate() |
static int |
getHours() |
static int |
getMaxDayThisMonth() |
static int |
getMilliSeconds() |
static int |
getMinutes() |
static int[] |
getMondayThisWeek() |
static int |
getMonth() |
static java.util.Date |
getParseDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
|
static java.util.Date |
getParseDate() |
static int |
getSeconds() |
static int[] |
getSundayThisWeek() |
static int |
getWeek() |
static int |
getYear() |
static boolean |
isLeapYear()
�Ƿ�������
|
public static int getYear()
public static boolean isLeapYear()
�Ƿ�������
public static int getMonth()
public static int getDate()
public static int getDay()
public static int getMaxDayThisMonth()
public static int getWeek()
public static int[] getMondayThisWeek()
public static int[] getSundayThisWeek()
public static int getHours()
public static int getMinutes()
public static int getSeconds()
public static int getMilliSeconds()
public static java.lang.String getFormatDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
public static java.lang.String getFormatDate()
public static java.lang.String getFormatDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
public static java.lang.String getFormatDate()
public static java.util.Date getParseDate()
dateformat:yyyy-MM-dd,yyyy-M-d,yyyy-MM-dd HH:mm:ss,yyyy-MM-dd H:m:s
public static java.util.Date getParseDate()