Source Code:
(back to article)
<?php $timestamp = strtotime("2022-01-01"); echo date("d/m/Y", $timestamp); ?>
Result:
Report an issue