Uses of Class
com.caucho.util.QDate

Packages that use QDate
com.caucho.config.functions   
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.quercus.env
 

Methods in com.caucho.quercus.env that return QDate
 QDate Env.getDate()
           
 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 StringValue DateModule.dateImpl(Env env, StringValue format, long time, QDate calendar)
          Returns the formatted date.
 

Constructors in com.caucho.quercus.lib.date with parameters of type QDate
DateParser(java.lang.CharSequence s, QDate date)
           
DateTime(QDate qDate, DateTimeZone dateTimeZone)
           
 

Uses of QDate in com.caucho.server.http
 

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 FastCGIServlet._calendar
           
 

Uses of QDate in com.caucho.util
 

Methods in com.caucho.util that return QDate
static QDate QDate.allocateGmtDate()
           
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.freeGmtDate(QDate date)
           
static void QDate.freeLocalDate(QDate date)