Java message bundle format date.
In the .properties file I have:
New customer has been created. Date: {0}
The MessageSource is used in many places of my code, and I pass Date as a param.
The date has wrong format. It is like 2005-10-10 14:34
I want do cut the hours.
Is it possible manipulating what is in {} ?

