locale « Date Time Format « Java Data Type Q&A





1. How to retrieve the date format for a locale    stackoverflow.com

I've been using DateFormat to format dates, but now I need to pass the format for the locale to the jQuery Date widget. How can I get the format? ...

2. DateFormat based on Locale    forums.oracle.com

Hi, I have a strange requirement and not sure if it is possible. I need the date format based on Locale. Eg: If it is US I need the string "MM/dd/yyyy" as an output and I am not expecting "09/12/2007". I need the string MM/dd/yyyy as an output . Is there any method I can use? Thanks

4. DateFormat and Locale    forums.oracle.com