I have a website that I am trying to check to see if the payout time for work completed is two days. Does this look right? <td> <?php $twodays = 2 * 24 * 3600; $time = time() - $twodays; $date = date("Y-m-d",$time); I'm not a coder, and I don't have much money to give, so I'd REALLY appreciate any feedback. Thanks a bunch guys!