Source Code:
(back to article)
<?php echo strtotime("2023-03-03 12:00:00"); // outputs something like "1646378400"
Result:
Report an issue