Uses of Class
com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes

Packages that use OutlookDate.SmartFormatterModes
com.atlassian.jira.web.util   
 

Uses of OutlookDate.SmartFormatterModes in com.atlassian.jira.web.util
 

Methods in com.atlassian.jira.web.util that return OutlookDate.SmartFormatterModes
static OutlookDate.SmartFormatterModes OutlookDate.SmartFormatterModes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutlookDate.SmartFormatterModes[] OutlookDate.SmartFormatterModes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.web.util with parameters of type OutlookDate.SmartFormatterModes
 String OutlookDate.formatSmart(Date date, OutlookDate.SmartFormatterModes mode)
          Format the date "smartly", by using the day of the week if the date falls within a week in either direction of the current date.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.