- DATE(Integer, Integer, Integer) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Creates a date object using the specified information on day, month and year.
- DATEFORMAT(Date, String) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Format the specified date object using the chosen format pattern.
- DATERANGE(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Allows to create a JasperReports DateRange instance starting from either a String expression or a Date instance.
- DateTimeCategory - Class in net.sf.jasperreports.functions.standard
-
This class should maintain all function methods that belongs to the DateTime category.
- DateTimeCategory() - Constructor for class net.sf.jasperreports.functions.standard.DateTimeCategory
-
- DateTimeFunctions - Class in net.sf.jasperreports.functions.standard
-
This class should maintain all function methods that belongs to the DateTime category.
- DateTimeFunctions() - Constructor for class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
- DATEVALUE(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Gives the corresponding numeric value (long milliseconds) for a specified date object.
- DAY(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Returns the day of a given date.
- DAYS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Returns the number of days between two dates.
- DAYSINMONTH(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Returns the number of days in a month.
- DAYSINYEAR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
-
Returns the number of days in a year.
- DOUBLE_VALUE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
-
Returns a Double number representing the given text string.