railo.runtime.functions.displayFormatting
Class TimeFormat
java.lang.Object
railo.runtime.functions.displayFormatting.TimeFormat
- All Implemented Interfaces:
- Serializable, Function
public final class TimeFormat
- extends Object
- implements Function
Implements the Cold Fusion Function dateformat
- See Also:
- Serialized Form
TimeFormat
public TimeFormat()
call
public static String call(PageContext pc,
Object object)
throws ExpressionException
- Parameters:
pc
- object
-
- Returns:
- Formated Time Object as String
- Throws:
ExpressionException
call
public static String call(PageContext pc,
Object object,
String mask)
throws ExpressionException
- Parameters:
pc
- object
- mask
- Characters that show how CFML displays a date:
- Returns:
- Formated Time Object as String
- Throws:
ExpressionException
call
public static String call(PageContext pc,
Object object,
String mask,
String strTimezone)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 2012 Railo