|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Date | |
|---|---|
| _global_ | The global namespace in JavaScript (i.e., the window object). |
| zul.db | The date related widgets, such as datebox and calendar. |
| Uses of Date in _global_ |
|---|
| Methods in _global_ that return Date | |
|---|---|
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. |
| Methods in _global_ with parameters of type Date | |
|---|---|
static String |
jq.d2j(Date d)
Marshalls the Date object into a string such that it can be sent back to the server. |
| Uses of Date in zul.db |
|---|
| Methods in zul.db that return Date | |
|---|---|
Date |
Calendar.getTime()
Returns the Date that is assigned to this component. |
Date |
Calendar.getValue()
Returns the value that is assigned to this component. |
| Methods in zul.db with parameters of type Date | |
|---|---|
static boolean |
Renderer.disabled(Calendar cal,
int y,
int m,
int v,
Date today)
Tests if the specified date is disabled. |
void |
Calendar.setValue(Date value)
Assigns a value to this component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||