Uses of Class
com.caucho.util.QDate

Packages that use QDate
com.caucho.config.functions   
com.caucho.config.types   
com.caucho.quercus.env   
com.caucho.quercus.lib.date   
com.caucho.server.http   
com.caucho.servlets   
com.caucho.util Assorted utilities 
 

Uses of QDate in com.caucho.config.functions
 

Methods in com.caucho.config.functions with parameters of type QDate
static java.lang.String FmtFunctions.timestamp(java.lang.String format, QDate date)
           
 

Uses of QDate in com.caucho.config.types
 

Methods in com.caucho.config.types with parameters of type QDate
static long Period.periodEnd(long now, long period, QDate cal)
          Calculates the next period end.
 

Uses of QDate in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return QDate
 QDate Env.getGmtDate()
           
 QDate Env.getLocalDate()
           
 

Uses of QDate in com.caucho.quercus.lib.date
 

Methods in com.caucho.quercus.lib.date that return QDate
protected  QDate DateTime.getQDate()
           
 

Methods in com.caucho.quercus.lib.date with parameters of type QDate
protected static java.lang.String DateModule.date(java.lang.String format, long time, QDate calendar)
           
 

Uses of QDate in com.caucho.server.http
 

Fields in com.caucho.server.http declared as QDate
protected  QDate AbstractHttpResponse._calendar
           
protected  QDate AbstractHttpRequest._calendar
           
 

Methods in com.caucho.server.http that return QDate
protected  QDate AbstractHttpResponse.getCalendar()
           
 

Uses of QDate in com.caucho.servlets
 

Fields in com.caucho.servlets declared as QDate
protected  QDate HmuxLoadBalanceServlet._calendar
           
protected  QDate FastCGIServlet._calendar
           
 

Uses of QDate in com.caucho.util
 

Methods in com.caucho.util that return QDate
static QDate QDate.allocateLocalDate()
           
static QDate QDate.createLocal()
          Creates a local calendar.
static QDate QDate.getGlobalDate()
          Global date must be synchronized before you can do anything on it.
 

Methods in com.caucho.util with parameters of type QDate
static void QDate.freeLocalDate(QDate date)