Microsoft
Software
Hardware
Network
Question : Localized Date format
we need to display date in spanish local, for that we are using below code, but the requirment is month of first character has to come in Capital, please don't suggest explicitly convert of first character of string.
SimpleDateFormat formater = new SimpleDateFormat("dd MMMM yyyy", new Locale("es"));
TimeZone tz = TimeZone.getTimeZone("Euro
pe/Paris")
;
formater.setTimeZone(tz);
System.out.println("Date = "+formater.format(new Date()));
Out put
Date = 27
mayo
2010
Answer : Localized Date format
This is the default format for that locale. If you need your own format, look into
http://java.sun.com/javase
/6/docs/ap
i/java/tex
t/spi/
Date
FormatSymb
olsProvide
r.html
Random Solutions
Gericom Notebook charger enters in short protection how to fix it?
HP Procurve 1810G-8
looking for code for TMemtable TMemDataset
Exchange Server requirements
Why does IE6 Suck so F***ing BAD
SQL Query the excludes criteria
Passing resource variable in PHP
PASS MULTI-VALUE TO A QUERY OR STOREPROCEDURE?
Splitting Comma Separated Values
Allowing users have admin permission to only designated server from Domain server farm