On 17 March 2011 12:42, Abhilash baddam <[email protected]
> wrote:

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


You can't.


>  I have to convert the timestamp which is coming from server to date format
> in my android Application.
>

Redesign the way you store timestamps. int (32 bits) is not the way to go as
you can see. Use 64 bits if you want to keep millis.


Regards,
Marcin Orlowski

Tray Agenda for Android <http://bit.ly/trayagenda>

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

Reply via email to