A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

B

C

clearTime(java.util.Calendar) - Method in DateUtilExtensions
Clears the time portion of this Calendar instance; useful utility where it makes sense to compare month/day/year only portions of a Calendar.
copyWith(java.util.Date, Map<Object,Integer>) - Method in DateUtilExtensions
Support creating a new Date having similar properties to an existing Date (which remains unaltered) but with some fields updated according to a Map of changes.

D

DateUtilExtensions - Class in org.apache.groovy.dateutil.extensions
This class defines new groovy methods which appear on normal JDK Date and Calendar classes inside the Groovy environment.
DateUtilStaticExtensions - Class in org.apache.groovy.dateutil.extensions
This class defines new groovy static methods which appear on normal JDK Date and Calendar classes inside the Groovy environment.
downto(java.util.Calendar, java.util.Calendar, groovy.lang.Closure) - Method in DateUtilExtensions
Iterates from the date represented by this calendar up to the date represented by the given calendar, inclusive, incrementing by one day each time.

E

F

format(java.util.Calendar, java.lang.String) - Method in DateUtilExtensions

G

getAt(java.util.Calendar, java.util.Collection) - Method in DateUtilExtensions
Support the subscript operator for a Calendar with a collection of indices.
getDateString(java.util.Date) - Method in DateUtilExtensions
getDateTimeString(java.util.Date) - Method in DateUtilExtensions
getTimeString(java.util.Date) - Method in DateUtilExtensions

H

I

J

K

L

M

minus(java.util.Date, java.util.Date) - Method in DateUtilExtensions
Subtract another Date from this one and return the number of days of the difference.

N

next(java.sql.Date) - Method in DateUtilExtensions
Increment a java.sql.Date by one day.

O

P

parse(java.util.Date, java.lang.String, java.lang.String, java.util.TimeZone) - Method in DateUtilStaticExtensions
Parse a String into a Date instance using the given pattern and TimeZone.
parseToStringDate(java.util.Date, java.lang.String) - Method in DateUtilStaticExtensions
Parse a String matching the pattern EEE MMM dd HH:mm:ss zzz yyyy containing US-locale-constants only (e.g.
plus(java.sql.Timestamp, int) - Method in DateUtilExtensions
Add number of days to this Timestamp and returns the new Timestamp object.
previous(java.sql.Date) - Method in DateUtilExtensions
Decrement a java.sql.Date by one day.
putAt(java.util.Date, int, int) - Method in DateUtilExtensions
Support the subscript operator for mutating a Date.

Q

R

S

set(java.util.Date, Map<Object,Integer>) - Method in DateUtilExtensions
Support mutating a Date with a Map.

T

toCalendar(java.util.Date) - Method in DateUtilExtensions
Convert a Date to a Calendar.

U

updated(java.util.Date, Map<Object,Integer>) - Method in DateUtilExtensions
Legacy alias for copyWith.
upto(java.util.Calendar, java.util.Calendar, groovy.lang.Closure) - Method in DateUtilExtensions
Iterates from the date represented by this calendar up to the date represented by the given calendar, inclusive, incrementing by one day each time.

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _