Package | Description |
---|---|
org.jbpm.console.ng.ht.client.util |
Modifier and Type | Method and Description |
---|---|
static DateRange |
DateUtils.getMonthDateRange(Date date)
Returns a
DateRange starting on first day of month in which the specified date is and ending on last day of that
month. |
static DateRange |
DateUtils.getWeekDateRange(Date date) |
static DateRange |
DateUtils.getWorkWeekDateRange(Date date)
Returns a
DateRange starting on first working day of week in which the specified date is and ending on last
working day (Friday) of that week. |
Modifier and Type | Method and Description |
---|---|
static boolean |
DateUtils.isDateInRange(Date date,
DateRange dateRange)
Determines if the specified date is within the specified range.
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.