Class DateConfig
java.lang.Object
com.liferay.headless.commerce.core.util.DateConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDay()
int
getHour()
int
int
getMonth()
int
getYear()
static DateConfig
toDisplayDateConfig
(Date date, TimeZone timeZone) static DateConfig
toExpirationDateConfig
(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()
-