Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FmtFunctions.timestamp(java.lang.String format,
QDate date) |
Modifier and Type | Method and Description |
---|---|
QDate |
Env.getDate() |
QDate |
Env.getGmtDate() |
QDate |
Env.getLocalDate() |
Modifier and Type | Method and Description |
---|---|
protected QDate |
DateTime.getQDate() |
Modifier and Type | Method and Description |
---|---|
protected static StringValue |
DateModule.dateImpl(Env env,
StringValue format,
long time,
QDate calendar)
Returns the formatted date.
|
Constructor and Description |
---|
DateParser(java.lang.CharSequence s,
QDate date) |
DateTime(QDate qDate,
DateTimeZone dateTimeZone) |
Modifier and Type | Method and Description |
---|---|
protected QDate |
AbstractHttpResponse.getCalendar() |
Modifier and Type | Field and Description |
---|---|
protected QDate |
HmuxProxyReader._calendar |
protected QDate |
HmuxLoadBalanceServlet._calendar |
protected QDate |
FastCGIServlet._calendar |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
QDate.freeGmtDate(QDate date) |
static void |
QDate.freeLocalDate(QDate date) |