Hi,

    How to convert the timestamps having values more than year 2038 to date
format in android.

 I have to convert the timestamp which is coming from server to date format
in my android Application.
This is the timestamp, I got from Server :

 253402300799999

When I convert this to date, it shows :

 10000-01-01

But the actual date is :

 2038-01-19



How can i do this..?Any help?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to