railo.runtime.functions.international
Class LSDateTimeFormat
java.lang.Object
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
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)
|
DEFAULT_MASK
public static final String DEFAULT_MASK
- See Also:
- Constant Field Values
LSDateTimeFormat
public LSDateTimeFormat()
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