ccs.utils
Class DateFmt

java.lang.Object
  extended by ccs.utils.DateFmt

public class DateFmt
extends java.lang.Object

CCS standardised date formatting.


Method Summary
static java.lang.String format(java.util.Date d)
          Format a date using the CCS standard format.
static java.text.DateFormat getFormatter()
          Returns a standard DateFormat.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

format

public static java.lang.String format(java.util.Date d)
Format a date using the CCS standard format.


getFormatter

public static java.text.DateFormat getFormatter()
Returns a standard DateFormat. Useful when your app needs to do more than ordinary presentation.