Convert Date to Timestamp

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

Convert Date to Timestamp
Use the below code to convert date to timestamp value
<?php
$dat=date('Y:m:d');
$dt=strtotime($dat);
echo $dt;
?>

Tagged in:

771
like
0
dislike
0
mail
flag

You must LOGIN to add comments