org.ow2.opensuit.core.session
Interface IDateOutputFormatConfig

All Known Subinterfaces:
ILocaleConfig

public interface IDateOutputFormatConfig

Interface that gives access to output date formats


Method Summary
 java.text.DateFormat getDateOutputFormat()
          Returns the date output format for this locale.
 java.text.DateFormat getDateTimeOutputFormat()
          Returns the date and time output format for this locale.
 java.text.DateFormat getTimeOutputFormat()
          Returns the time output format for this locale.
 

Method Detail

getDateOutputFormat

java.text.DateFormat getDateOutputFormat()
Returns the date output format for this locale.

Returns:

getTimeOutputFormat

java.text.DateFormat getTimeOutputFormat()
Returns the time output format for this locale.

Returns:

getDateTimeOutputFormat

java.text.DateFormat getDateTimeOutputFormat()
Returns the date and time output format for this locale.

Returns:


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.