railo.runtime.functions.international
Class LSDateTimeFormat

java.lang.Object
  extended by railo.runtime.functions.international.LSDateTimeFormat
All Implemented Interfaces:
Serializable, Function

public final class LSDateTimeFormat
extends Object
implements Function

Implements the CFML Function dateformat

See Also:
Serialized Form

Field Summary
static String DEFAULT_MASK
           
 
Constructor Summary
LSDateTimeFormat()
           
 
Method Summary
static String call(PageContext pc, Object object)
           
static String call(PageContext pc, Object object, String mask)
           
static String call(PageContext pc, Object object, String mask, String strLocale)
           
static String call(PageContext pc, Object object, String mask, String strLocale, String strTimezone)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MASK

public static final String DEFAULT_MASK
See Also:
Constant Field Values
Constructor Detail

LSDateTimeFormat

public LSDateTimeFormat()
Method Detail

call

public static String call(PageContext pc,
                          Object object)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          Object object,
                          String mask)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          Object object,
                          String mask,
                          String strLocale)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          Object object,
                          String mask,
                          String strLocale,
                          String strTimezone)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo