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