<?php /* Unix Timestamp */ $timestamp = time(); echo $timestamp . "<br>"; echo date("d/m/Y", $timestamp); ?>