Package com.avoka.fc.core.util
Class LicensingDateFormat
- java.lang.Object
-
- com.avoka.fc.core.util.LicensingDateFormat
-
public class LicensingDateFormat extends Object
A helper class used in licensing. Note: This class is not intended for external use. Do not use.- Since:
- 4.3.4
-
-
Constructor Summary
Constructors Constructor Description LicensingDateFormat(Date date, String dateFormatPattern, TimeZone timeZone)
Create a licensing date format
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
Return the dateString
getDateFormatPattern()
Return the format patternTimeZone
getTimeZone()
Return the time zone
-