I have a unix type timestamp for example:
1093616290 = 15:18 27 August 2004
how do i convert my 1093616290 to become a string like "15:18 27 August 2004"
Thanks for your time
I have a unix type timestamp for example:
1093616290 = 15:18 27 August 2004
how do i convert my 1093616290 to become a string like "15:18 27 August 2004"
Thanks for your time
unix type timestamp to date string
Kunal Sharma
It's ok i found my answer:
http://www.codeproject.com/csharp/timestamp.asp