PDA

View Full Version : calculating unix timestamp...


HormonX
11-23-2002, 01:53 AM
can anyone enlighten me on how to calculate it ? :)

Please help :)

HormonX

firepages
11-23-2002, 02:27 AM
what do you mean by calcualte it ? you can get a unix timestamp with mktime()...

<?$now=mktime();?>

if you mean manipulate it it depends what you want to do with it