I have a created_at date saved liked this \"2011-09-23 19:10:18\" And I want to get the days and hours left until the date is reached. How do I do that? and column name in
it would be something like
echo $date = date("Y-m-d H:i:s");echo "\n"; $original=time($date); $modified = "2011-09-23 19:10:18"; echo date("Y-m-d H:i:s",$modified);echo "\n";