planetj.formatters
Class MonthFormatter
java.lang.Object
  |
  +--planetj.formatters.MonthFormatter
- All Implemented Interfaces: 
 - IFormatter
 
- public class MonthFormatter
- extends Object
- implements IFormatter
   
 
 
 
MonthFormatter
public MonthFormatter()
formatValue
public Object formatValue(Object value)
- Formats the Object passed in.  This method only alters the format
 of a numeric (or the String representation of that numeric).
- Specified by:
 formatValue in interface IFormatter
 
- Parameters:
 value - java.lang.Object
- Returns:
 - java.lang.Object