Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Stupid php date question (new problems!)
3stripe
✭✭
I just want to print the current time as a 6 digit string, eg 193005... but the code I'm using always seems to be about 10 minutes ahead... what am I doing wrong!?
<?PHP
print("time=".date("His"));
?>
0
This discussion has been closed.
Comments
you can see the wrong time at the bottom here, in the smaller text: http://www.thirdeyedesign.co.uk/beta/thirdeyedesign_new/fullpage.html
so inside my javascript there would be the line:
fo.addVariable("thetime", TIMESTAMPGOESHERE);
Argggh!