railo.runtime.functions.string
Class ParseDateTime

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

public final class ParseDateTime
extends Object
implements Function

Implements the Cold Fusion Function parsedatetime

See Also:
Serialized Form

Constructor Summary
ParseDateTime()
           
 
Method Summary
static DateTime call(PageContext pc, Object oDate)
           
static DateTime call(PageContext pc, Object oDate, String popConversion)
           
static DateTime call(PageContext pc, Object oDate, String popConversion, String strTimezone)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseDateTime

public ParseDateTime()
Method Detail

call

public static DateTime call(PageContext pc,
                            Object oDate)
                     throws PageException
Throws:
PageException

call

public static DateTime call(PageContext pc,
                            Object oDate,
                            String popConversion)
                     throws PageException
Throws:
PageException

call

public static DateTime call(PageContext pc,
                            Object oDate,
                            String popConversion,
                            String strTimezone)
                     throws PageException
Throws:
PageException


Copyright © 2012 Railo