Package railo.runtime.type.dt

Examples of railo.runtime.type.dt.DateImpl


    Struct cffile=new StructImpl();
       
      long length = formItem.getResource().length();
    cffile.set("timecreated",new DateTimeImpl(pageContext.getConfig()));
    cffile.set("timelastmodified",new DateTimeImpl(pageContext.getConfig()));
    cffile.set("datelastaccessed",new DateImpl(pageContext));
    cffile.set("oldfilesize",Long.valueOf(length));
    cffile.set("filesize",Long.valueOf(length));
    cffile.set("contenttype",ListFirst.call(pageContext,contentType,"/"));
    cffile.set("contentsubtype",ListLast.call(pageContext,contentType,"/"));
   
View Full Code Here

TOP

Related Classes of railo.runtime.type.dt.DateImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.