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
I am retrieving a time-stamp that can come in one of three flavors: "2014-01-01T03:08:04+0000" or "2014-01-02T17:06:18.866Z" or "Sun Jan 05 22:54:05 +0000 2014". When I dealt with these in .NET I used the built-in properties of the Date object to convert them to/from local time: Public...