echo 'The license you have just bought is valid till '; $expiry = time() + 30 * 24 * 60 * 60; //30 days) echo strftime('%c', $expiry);.
確定! 回上一頁