| Author |
how to convert String into Date format
|
VGR VIJAY
Greenhorn
Joined: Mar 02, 2006
Posts: 1
|
|
|
How to convert a string into a date format with date and time.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
"date format"? Do you mean a Date object? If so, look at java.text.DateFormat and its various parse methods.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Ankur Sharma
Ranch Hand
Joined: Dec 27, 2005
Posts: 1234
|
|
You should specify that in which format you are giving me the string then I can suggest you some method or function. But at least from your site I need that in which format you are specifying the String. Because there are so many format for Date . Now that depends on you in which format you need the date.
|
The Best way to predict your future is to create it
Ankur Sharma
|
 |
 |
|
|
subject: how to convert String into Date format
|
|
|