<?php $weekAgo = date("Y/m/d", time() - 7 * 24*3600); $monthAgo = date("Y/m/d", time() - 30 * 24*3600); echo "$weekAgo <br> $monthAgo"; ?>