google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

Apply a pattern to the DropdownDatePicker #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DropdownDatePicker

with the DropdownDatePicker it will be interesting if 
we can apply a specific date pattern instead of the locale pattern.

So, the component will be able to output date like dd/MM/yyyy for example. 

Original issue reported on code.google.com by vgrass...@gmail.com on 4 Mar 2008 at 8:29

GoogleCodeExporter commented 9 years ago
The "problem" is fixed. 
Download the new jar file to fix the problem.

Now to apply a date pattern, do that : 

DropdownDatePicker inputDate = new DropdownDatePicker("dd/MM/yyyy");
inputDate.setDate(new Date())

Original comment by vgrass...@gmail.com on 4 Mar 2008 at 8:37