Quote:
Originally Posted by Jeremy8
What do I put where the 1 is? I'm not sure what TIMENOW looks like.
For example, what if I want 6:00 AM?
|
TIMENOW is a 10 digit number derived from php
time(). You use vbtime and vbdate to see what it is in text form. Or you can use plain old php
date().
It's in seconds. So to get an hour ago, minus 3600. To go an hour in the future, add 3600.
Maybe this will help
Free Tool: Convert Unix Time Stamps To Readable Time and Date