Interface StorageFormatService
-
- All Known Implementing Classes:
DefaultStorageFormatService
public interface StorageFormatService
Provides methods to generate storage format fragments.- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createStorageFormatForDate(org.joda.time.DateTime date)
Create a time tag based on user locale from given DateTime object
-
-
-
Method Detail
-
createStorageFormatForDate
String createStorageFormatForDate(org.joda.time.DateTime date)
Create a time tag based on user locale from given DateTime object- Parameters:
date
-- Returns:
- time tag string
-
-