Forums Register Login

convert date format

+Pie Number of slices to send: Send
hi all,
can anyone tell how to convert string as-> Tue Nov 02 00:00:00 IST 2010 to date format of same type or to get date in ist format in java
+Pie Number of slices to send: Send
The format already is giving you date if you want it in another format use Calendar class
If you want some thing like 22/5/2010 .
or anything else
The date is already in the IST form .
If you want some one to enter the string and than you want to format the part user entered
Use a method
+Pie Number of slices to send: Send
 

Nisha Kala wrote:hi all,
can anyone tell how to convert string as-> Tue Nov 02 00:00:00 IST 2010 to date format of same type or to get date in ist format in java



I had told about SimpleDateFormat in my reply to other query. You can have a look at the API for SimpleDateFormat: http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Edit: Also the String which you are going to parse in to Date should be in the required format other wise it will throw ParseException. For example- You have a String in- 10-11-2010 format and then try to parse it to- Tue Nov 02 00:00:00 IST 2010 will result in an exception.
+Pie Number of slices to send: Send
 

mohamed sanaullah wrote:[ . . . my reply to other query. . . .

Thank you for drawing that to our attention. I shall close this thread as a duplicate.
knowledge is the difference between drudgery and strategic action -- tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


Reply locked
This thread has been viewed 1678 times.
Similar Threads
Timezone Conversion
Convert date format to timestamp
Date Format Issue
Doubt in SimpleDateFormat
Using java.util.Date for comparison
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 04:51:45.