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
AS2 accordion parameters (disabledColor)
Error message when execute Macro
how do I update IIS 6 (SBS 2003) so client certificates will work with Vista and Windows 7?
Delprof via gpo on client bootup
Good Solution for monitoring Internet Usage. Single PC
Using Oracle function MAX with date filelds
Dropdownlist - add value
How to find an address with Google maps in ASP?
Zindus Google and Zimbra contact sync for Thunderbird problem
asp.net I need to know how to auto step or goto the next url or page after clicking on enter.