|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JsDate in com.google.gwt.ajaxloader.client |
|---|
| Methods in com.google.gwt.ajaxloader.client that return JsDate | |
|---|---|
static JsDate |
JsDate.create()
Create a JsDate with the current time. |
static JsDate |
JsDate.create(double time)
Create a date given the time in milliseconds. |
static JsDate |
JsDate.toJs(java.util.Date java)
Converts a Java Date to a JsDate. |
| Methods in com.google.gwt.ajaxloader.client with parameters of type JsDate | |
|---|---|
static java.util.Date |
JsDate.toJava(JsDate js)
Converts a JsDate to a Java Date. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||