<?php $t=time(); echo($t . "<br>"); echo(date("Y-m-d",$t)); ?>
Pro tip: use ```triple backticks around text``` to write in code fences