save TimeStamp in int

J

James Scott

Hello,

I was wondering if there is a package out there, that allows to convert a
date into an int-Timestamp (accuracy needed: 1 sec) and maybe provides some
basis time calculations.

Background for that is, that I want to save the data into an Hash with an
int-timestamp as key.

Thanks!
 
C

Chad Z. Hower aka Kudzu

James Scott said:
I was wondering if there is a package out there, that allows to
convert a date into an int-Timestamp (accuracy needed: 1 sec) and
maybe provides some basis time calculations.

Background for that is, that I want to save the data into an Hash with
an int-timestamp as key.

You can use the tickcount.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 

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