Help me to get the loCale

Reply

Join Date: Sep 2006
Posts: 30
Reputation: sarath.koiloth is an unknown quantity at this point 
Solved Threads: 0
sarath.koiloth's Avatar
sarath.koiloth sarath.koiloth is offline Offline
Light Poster

Help me to get the loCale

 
0
  #1
Aug 6th, 2008
Sir,

is there any method which return the Local on giving a date as argument.

publlic Locale getLocale(Date d){
//
return locale
}

help me to get the locale.


Please help me to get the locale on giving the date.Ie when i give us date,i need to get US.

Please help .....
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 1,525
Reputation: javaAddict is a glorious beacon of light javaAddict is a glorious beacon of light javaAddict is a glorious beacon of light javaAddict is a glorious beacon of light javaAddict is a glorious beacon of light javaAddict is a glorious beacon of light 
Solved Threads: 209
Featured Poster
javaAddict's Avatar
javaAddict javaAddict is online now Online
Posting Virtuoso

Re: Help me to get the loCale

 
0
  #2
Aug 6th, 2008
You can use the Locale to parse a certain Date object:

SimpleDateFormat.html

And use the constructor with the Locale as argument.

  1. SimpleDateFormat(/*String pattern*/ "dd/MM/yyyy", Locale.ENGLISH)

But I don't think that what you are asking is possible.
Check out my New Bike at my Public Profile at the "About Me" tab
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 30
Reputation: sarath.koiloth is an unknown quantity at this point 
Solved Threads: 0
sarath.koiloth's Avatar
sarath.koiloth sarath.koiloth is offline Offline
Light Poster

How to get Date format of different countries

 
0
  #3
Aug 7th, 2008
Hi Friends,

Please help me to find out the different date format of the countirs, ie MM/dd/YYYY is the dateformats of US and dd/MM/YYYY is for india.lke this i want to compare a date with all the dateformats avaliable in our Computer.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 30
Reputation: sarath.koiloth is an unknown quantity at this point 
Solved Threads: 0
sarath.koiloth's Avatar
sarath.koiloth sarath.koiloth is offline Offline
Light Poster

DatePicker

 
0
  #4
Aug 26th, 2008
Can any one send me a link to to download a Datepicker for my swing based application.The date picker must support the default locale.ie when i give a US date ,It must be shown as the defult locale date format ?please help me...

Also can any one help me to convert the US date to all other date formats.
For eg:

when i give setDate("05/01/2008"); //Usdate MM/dd/yyyy
the i must get the date in all different formats like dd/mm/yyyy,yyyy/dd/mm etc..

Please help me to solve this issue
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC