You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Marko Asplund <ma...@gmail.com> on 2006/12/20 10:38:47 UTC

Changing default number, date and time formats

hi

I'm not happy with the number, date and time formats that MyFaces uses
by default and i'd like to be able change them.

What would be the best way to set the default formats for input and
output? I'm using a custom ViewHandler class that overrides the
calculateLocale for setting the user locale.

I need to handle numbers (e.g. BigDecimal), dates and times.


marko