net.sourceforge.cruisecontrol.util
Class DateHelper

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.DateHelper

public final class DateHelper
extends java.lang.Object

Helper class for date-related functions.

Author:
Robert Watkins

Method Summary
static java.text.SimpleDateFormat createDateFormat(java.util.Locale locale)
          Create a date format for the locale provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDateFormat

public static java.text.SimpleDateFormat createDateFormat(java.util.Locale locale)
Create a date format for the locale provided.

Parameters:
locale - the locale.
Returns:
the date format.