Uses of Class
com.ecyrd.jspwiki.preferences.Preferences.TimeFormat

Packages that use Preferences.TimeFormat
com.ecyrd.jspwiki.preferences Preferences storage. 
 

Uses of Preferences.TimeFormat in com.ecyrd.jspwiki.preferences
 

Methods in com.ecyrd.jspwiki.preferences that return Preferences.TimeFormat
static Preferences.TimeFormat Preferences.TimeFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Preferences.TimeFormat[] Preferences.TimeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ecyrd.jspwiki.preferences with parameters of type Preferences.TimeFormat
static SimpleDateFormat Preferences.getDateFormat(WikiContext context, Preferences.TimeFormat tf)
          Get SimpleTimeFormat according to user browser locale and preferred time formats.
static String Preferences.renderDate(WikiContext context, Date date, Preferences.TimeFormat tf)
          A simple helper function to render a date based on the user preferences.