@ExperimentalApi
public interface DateFormatService
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDateFormatPatternForUser() | 
| java.lang.String | getFormattedDateByUserLocale(org.joda.time.LocalDateTime date)Format the given date in an appropriate format according to the user's locale. | 
java.lang.String getFormattedDateByUserLocale(org.joda.time.LocalDateTime date)
date - the date to formatjava.lang.String getDateFormatPatternForUser()
Copyright © 2003-2014 Atlassian. All Rights Reserved.