I have Time format in (yyyy-mm-ddTHH:mm+0:0000)..i need to convert this format to mm-dd-yyyy hh:mm am/pm using java program...any one help me to do this..thanx in advance...
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
Try something like this:
|
|||||
|
|
Look at |
|||
|
|
|
You can do what Paulo and morja say or just use String.substring() since your parsing-requirements are very simple. |
|||
|
|
|
You should create Data object from your String -> use appropriate class (e.g. SimpleDataFormat) and then print it by using another format. |
|||
|
|
|
See the working example with this code snippet:
} |
|||
|
|
String, and you want to transform it to another string? – Bozho Mar 9 '11 at 12:35