12-01-2009, 08:31 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Oct 2008 Model: 9000 PIN: N/A Carrier: rogers
Posts: 26
Post Thanks: 0 Thanked 0 Times in 0 Posts
| French Dates are lower case simpledateformat Please Login to Remove! Im using simple date format
private static final SimpleDateFormat sdf = new SimpleDateFormat("EEEE, MMMM d", "fr_CA");
where App.
the dates com out as lower case
dimanche,novembre 29
I would like it to be Dimanche,Novembre 29
It works with the locale set to english.
Does anyone know how to do this?
Or if this is a bug. |
| Offline
| |