PDA

View Full Version : ...in last 24 hours but start counted from 00:00am


V@no.
05-29-2003, 11:50 PM
Hi!
I'm trying figure out how I can get a time offset to check if current time is "today" that means between 00:00 till 23:59?
for example, if I use this formula:
time() - (60*60*24) this will show time 24 hours in the past from RIGHT NOW...
can someone help me?
thx.

Jason
05-30-2003, 12:30 AM
what are you trying to do, cause the date() function gives you today...


Jason

V@no.
05-30-2003, 12:57 AM
oooopsss....feel so stupid...:o
thank you very much ;)