org.mandarax.lib.date |
|
Java Source File Name | Type | Comment |
BinaryDateFunction1.java | Class | Abstract superclass for date functions with two arguments (Calendar, Calendar) returning an Calendar. |
BinaryDatePredicate.java | Class | Abstract superclass for binary date (better: calendar) predicates. |
DateArithmetic.java | Class | Class serving predicates and functions needed for date manipulations. |
SimpleDate.java | Class | A SimpleDate implementation which extends the java.util.GregorianCalendar .
A SimpleDate can be in synchronized mode and not synchronized (absolute) mode.
In the not synchronized mode the absolute time values independent from the time zone are used for
comparison of calendar objects (e.g. |
UnaryDateFunction1.java | Class | Abstract superclass for date functions with one argument returning an integer. |
UnaryDateFunction2.java | Class | Abstract superclass for date functions with one argument returning a string. |