com.atlassian.jira.web.util
Interface OutlookDateManager

All Known Implementing Classes:
OutlookDateManagerImpl

Deprecated. Use DateTimeFormatterFactory.formatter() instead. Since v4.4.

@Deprecated
public interface OutlookDateManager


Method Summary
 OutlookDate getOutlookDate(Locale locale)
          Deprecated. Use DateTimeFormatterFactory.formatter() instead. Since v4.4.
 void refresh()
          Deprecated. Refreshes all the Outlook dates so they contain the new date format
 

Method Detail

refresh

void refresh()
Deprecated. 
Refreshes all the Outlook dates so they contain the new date format


getOutlookDate

@Deprecated
OutlookDate getOutlookDate(Locale locale)
Deprecated. Use DateTimeFormatterFactory.formatter() instead. Since v4.4.

Returns an instance of OutlookDate for an specified locale.

Parameters:
locale - This parameter is ignored
Returns:
An instance of OutlookDate


Copyright © 2002-2013 Atlassian. All Rights Reserved.