Doesn't help with your date picker problem, but to set the application-wide format you can call this in your application's init method:
((ConverterLocator)getConverterLocator()).set(Date.class, new PatternDateConverter(DATE_PATTERN, true)) On 5 February 2010 09:25, Josh Kamau <[email protected]> wrote: > Hi guys; > > Kindly help me set the application-wide date format independent of the > locale. > > > regards. >
