Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP3 (5.2.7)
-
All
Description
The following new methods have been added to GetterUtil:
public static Date[] getDateValues(String[] values, DateFormat df)
public static Date[] getDateValues(String[] values, DateFormat df, Date[] defaultValue)
The following new methods have been added to ParamUtil:
public static Date[] getDateValues(HttpServletRequest request, String param, DateFormat df)
public static Date[] getDateValues(HttpServletRequest request, String param, DateFormat df, Date[] defaultValue)
public static Date[] getDateValues(PortletRequest portletRequest, String param, DateFormat df)
public static Date[] getDateValues(PortletRequest portletRequest, String param, DateFormat df, Date[] defaultValue)
Attachments
Issue Links
- is related to
-
LPS-7553 GetterUtil and ParamUtil needs getDateValues
- Closed