How To Decease Fourth Dimension Together With Engagement From Datetime Postage Inwards Php Together With Mysql?
You tin dismiss operate the strtotime php component to variety appointment together with fourth dimension from datetime string. It tin dismiss come upwards inwards handy when you lot take away to variety appointment together with fourth dimension from datetime format inwards the mysql database.
Sumber http://developer-paradize.blogspot.com
$datetime = '2013-08-14 11:45:45'; echo date("Y-m-d",strtotime($datetime)); // output 2013-08-14 echo date("H:i:s",strtotime($datetime)); // output 11:45:45Small together with uncomplicated solution. :)
Sumber http://developer-paradize.blogspot.com
Comments
Post a Comment