UNIX Dateformats etc

J

jodleren

Hi all

I get data like this: lastgood_master=1233582125, the number is a unis
number:

" Returns the current time measured in the number of seconds since the
Unix Epoch (January 1 1970 00:00:00 GMT). "

And I need to do 2 things
1) show that date is some format (dd.mm hh:nn) in ASP
2) check with the current time in ASP - meaning that I get now() which
I have to compare it with.

Any ideas anyone

TIA
Sonnich
 
T

Teme64

jodleren said:
Hi all

I get data like this: lastgood_master=1233582125, the number is a unis
number:

" Returns the current time measured in the number of seconds since the
Unix Epoch (January 1 1970 00:00:00 GMT). "

And I need to do 2 things
1) show that date is some format (dd.mm hh:nn) in ASP
2) check with the current time in ASP - meaning that I get now() which
I have to compare it with.

Any ideas anyone

TIA
Sonnich

You may also find this useful:
http://windevblog.blogspot.com/2008/09/epoch-time-in-vbnet.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top