railo.runtime.functions.displayFormatting
Class DateFormat

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

public final class DateFormat
extends Object
implements Function

Implements the CFML Function dateformat

See Also:
Serialized Form

Constructor Summary
DateFormat()
           
 
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 strTimezone)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormat

public DateFormat()
Method Detail

call

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

call

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

call

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


Copyright © 2012 Railo