| java.lang.Object uk.org.ponder.dateutil.DateUtil
DateUtil | public class DateUtil (Code) | | |
DATE_FIELDS | final public static int DATE_FIELDS(Code) | | |
TIME_FIELDS | final public static int TIME_FIELDS(Code) | | |
applyFields | public static void applyFields(Date datetarget, Date datesource, int fields)(Code) | | Takes the Date-defining fields from the source and applies them onto the
target, preserving its Time-defining fields, or the reverse
|
dayList | public static String[] dayList()(Code) | | Returns a "maximum length" list of days, currently simply 01..31 *
|
twoDigitList | public static String[] twoDigitList(int first, int last, int step)(Code) | | |
twoDigitList | public static String[] twoDigitList(int first, int last)(Code) | | |
|
|