Android Question UTC

BillNoble

Member
Licensed User
Longtime User
Hi [SOLVED]
Can anyone point me in the direction...
I have web service which is retutning a date-time in UTC format and i wish to display this as dd/MM/yyy B4a
Thanks
 
Last edited:
Solution
[SOLVED]
Thanks for the reply asales.
I only wanted the Date section , so I simply used "time_last_update_utc.SubString2(0, 17)"
Cheers
Bill

asales

Expert
Licensed User
Longtime User
There are several topics about the UTC in the forum. Use the search engine.

Check this. You can convert to ticks and back to any format that you need:
 
Upvote 0

BillNoble

Member
Licensed User
Longtime User
[SOLVED]
Thanks for the reply asales.
I only wanted the Date section , so I simply used "time_last_update_utc.SubString2(0, 17)"
Cheers
Bill
 
Upvote 0
Solution
Top