Class DateUtil
java.lang.Object
de.hybris.platform.sap.sapproductavailability.utils.DateUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic final DateconvertDate(String strDate) Convenience method to convert String to Date in the format you specify on inputstatic final StringformatDate(Date date) Convenience method to convert date to String
-
Method Details
-
formatDate
Convenience method to convert date to String- Parameters:
date-- Returns:
- formatted String
-
convertDate
Convenience method to convert String to Date in the format you specify on input- Parameters:
strDate-- Returns:
-