railo.commons.i18n
Class FormatUtil

java.lang.Object
  extended by railo.commons.i18n.FormatUtil

public class FormatUtil
extends Object


Constructor Summary
FormatUtil()
           
 
Method Summary
static DateFormat[] getCFMLFormats(TimeZone tz, boolean lenient)
          CFML Supported LS Formats
static DateFormat[] getDateFormats(Locale locale, TimeZone tz, boolean lenient)
           
static DateFormat[] getDateTimeFormats(Locale locale, TimeZone tz, boolean lenient)
           
static DateFormat[] getTimeFormats(Locale locale, TimeZone tz, boolean lenient)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatUtil

public FormatUtil()
Method Detail

getDateTimeFormats

public static DateFormat[] getDateTimeFormats(Locale locale,
                                              TimeZone tz,
                                              boolean lenient)

getDateFormats

public static DateFormat[] getDateFormats(Locale locale,
                                          TimeZone tz,
                                          boolean lenient)

getCFMLFormats

public static DateFormat[] getCFMLFormats(TimeZone tz,
                                          boolean lenient)
CFML Supported LS Formats

Parameters:
locale -
tz -
lenient -
Returns:

getTimeFormats

public static DateFormat[] getTimeFormats(Locale locale,
                                          TimeZone tz,
                                          boolean lenient)


Copyright © 2012 Railo