Class ReportMailingJobDateUtil
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.util.ReportMailingJobDateUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDateAsString(ReportMailingJobStretchyReportParamDateOption reportMailingJobStretchyReportParamDateOption) get date as string based on the value of theReportMailingJobStretchyReportParamDateOptionobjectstatic Stringget the current date as string using the mysql date format yyyy-MM-ddstatic Stringget the tomorrow's date as string using the mysql date format yyyy-MM-ddstatic Stringget the yesterday's date as string using the mysql date format yyyy-MM-dd
-
Field Details
-
MYSQL_DATE_FORMAT
- See Also:
-
-
Method Details
-
getTodayDateAsString
get the current date as string using the mysql date format yyyy-MM-dd -
getYesterdayDateAsString
get the yesterday's date as string using the mysql date format yyyy-MM-dd -
getTomorrowDateAsString
get the tomorrow's date as string using the mysql date format yyyy-MM-dd -
getDateAsString
public static String getDateAsString(ReportMailingJobStretchyReportParamDateOption reportMailingJobStretchyReportParamDateOption) get date as string based on the value of theReportMailingJobStretchyReportParamDateOptionobject- Parameters:
reportMailingJobStretchyReportParamDateOption-ReportMailingJobStretchyReportParamDateOptionEnum
-