Convert Time to Timestamp

by Nirmala 2010-09-10 15:54:24

Convert Time to Timestamp
Use the below code to convert time to timestamp value
<?php
$dat=date('h:i:s');
$dt=strtotime($dat);
echo $dt;
?>

Tagged in:

815
like
0
dislike
0
mail
flag

You must LOGIN to add comments