Scroll to top

How to get timstamp from time in php?

Get timstamp from time in php

<html>
<body>

<?php
$first=”11.06am”;
echo(strtotime(“$first”) . “<br>”);

?>

</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *