Paul Clapham wrote:You can't convert a date from timezone A to timezone B, because a date doesn't have a timezone in the first place. So the question is meaningless.
You can certainly format a date to appear in timezone B, though. You already know how to do that: use a SimpleDateFormat, set its timezone to B, and use it to format the date. So just do that part.
yes It was my mistake actually, what i need is formatted date only.. after googling i found lots of answers but still i am not able to fix it..
Can you please let me know what could be the possible solution after seeing my code..