aspose file tools
The moose likes Java in General and the fly likes Locale and dates question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Locale and dates question" Watch "Locale and dates question" New topic
Author

Locale and dates question

Chase Bonham
Ranch Hand

Joined: Jul 15, 2006
Posts: 50
Does anyone know what date formats (MM/dd/yyyy or dd/MM/yyyy or yyyy/MM/dd etc..)

the following locales use

Locale.CANADA_FRENCH
Locale.CANADA
Locale.UK
Jean-Francois Briere
Ranch Hand

Joined: Mar 03, 2004
Posts: 101
Simple way to find out is to code it:

Gives:

2006-09-22
22-Sep-2006
22-Sep-2006

Regards
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Locale and dates question
 
Similar Threads
convert a String into Date with SimpleDateFormat
db2 year 2000 invalid date
How to fetch Date Field from excel sheet in Java
[log4j] DailyRollingFileAppender
JSTL <fmt:parseDate>