Convert Epoch time to date and Date to Epoch time in Android

Viewed 25804

StrDate = "2011-07-19T18:23:20+0000";

How can I get an epoch time for the above date format in android

also I would like to know how to convert a epoch time to the above date format.

I would appreciate a direct answer with an example.

3 Answers
Related