railo.runtime.functions.international
Class LSTimeFormat

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

public final class LSTimeFormat
extends Object
implements Function

Implements the CFML Function dateformat

See Also:
Serialized Form

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

Constructor Detail

LSTimeFormat

public LSTimeFormat()
Method Detail

call

public static String call(PageContext pc,
                          Object o)
                   throws PageException
Parameters:
pc -
o -
Returns:
Throws:
PageException

call

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

call

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

call

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


Copyright © 2012 Railo