Class DateConfig
java.lang.Object
com.liferay.headless.commerce.core.util.DateConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDay()intgetHour()intintgetMonth()intgetYear()static DateConfigtoDisplayDateConfig(Date date, TimeZone timeZone) static DateConfigtoExpirationDateConfig(Date date, TimeZone timeZone)
-
Constructor Details
-
DateConfig
-
-
Method Details
-
toDisplayDateConfig
-
toExpirationDateConfig
-
getDay
public int getDay() -
getHour
public int getHour() -
getMinute
public int getMinute() -
getMonth
public int getMonth() -
getYear
public int getYear()
-