public class MDate extends Date
| Constructor and Description |
|---|
MDate() |
MDate(long date) |
MDate(String string) |
MDate(Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEarlierAs(Date a,
Date b) |
static boolean |
isLaterAs(Date a,
Date b) |
static boolean |
isWeekend(Date date) |
static boolean |
isWorkDay(Date date) |
Calendar |
toCalendar() |
Date |
toSqlDate() |
Time |
toSqlTime() |
Timestamp |
toSqlTimestamp() |
String |
toString() |
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTCpublic MDate()
public MDate(long date)
public MDate(Timestamp timestamp)
public MDate(String string)
Copyright © 2014. All rights reserved.