Class CalendarHelper
java.lang.Object
de.hybris.platform.acceleratorservices.util.CalendarHelper
Static class containing helper methods for dates and calendar operations.
-
Method Summary
-
Method Details
-
parseDate
Method allowing to parse date from String parameters representing a month and a year- Parameters:
month- to parseyear- to parse- Returns:
- Calendar with the proper date or null for incorrect parameters
-
getCalendarResetTime
Method for obtaining a calendar instance with time values set to 0.- Returns:
- a Calendar object.
-