Package | Description |
---|---|
_global_ |
The global namespace in JavaScript (i.e., the
window object). |
zkmax.inp | |
zul.db |
The date related widgets, such as datebox and calendar.
|
Modifier and Type | Method and Description |
---|---|
static Date |
jq.j2d(String s)
Unmarshalls the string back to a Date object.
|
static Date |
zUtl.today(boolean full)
Returns today.
|
static Date |
zUtl.today(String fmt)
Returns today.
|
Modifier and Type | Method and Description |
---|---|
static String |
jq.d2j(Date d)
Marshalls the Date object into a string such that it can be sent
back to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
Timepicker.setMin(Date val)
Sets the minimum time of options
|
Modifier and Type | Method and Description |
---|---|
Date |
Datebox.getDefaultDateTime()
Returns the default datetime if the value is empty.
|
Date |
Calendar.getTime()
Returns the Date that is assigned to this component.
|
Date |
Calendar.getValue()
Returns the value that is assigned to this component.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Renderer.disabled(Calendar cal,
int y,
int m,
int v,
Date today)
Tests if the specified date is disabled.
|
boolean |
Calendar.isOutOfRange(boolean left,
Date date)
Check whether the date is out of range between 1900~2100 years
|
void |
Datebox.setDefaultDateTime(Date defaultDateTime)
Sets the default datetime if the value is empty.
|
void |
Calendar.setValue(Date value)
Assigns a value to this component.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.