[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

DateField   Click here for complete JavaDoc

The DateField component allows a user to enter in a date by hand (via a text field) or by selecting one iwht the mosue via a drop down component.

The DateField component uses a DatePicker internally to provide the drop down box.  The isValidDate function is provided to check whether the entered date is in fact valid.  Date parsing and formatting is controlled via the standard java.text.DateFormat classes.

DateField is actually derived from nextapp.echo.TextField and hence can be treated like any other text field.

[Image]
  	dp = new DateField();
grid.add(col++,row,dp);

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge