我一直在研究博客评论系统,并且已经使用NOW()
插入日期时间,我无法将其拉回到可管理的变量中,
我尝试使用strtotime
,如下面的
$date_time1 = strtotime( $row['chron']);
echo $date_time1;
还有mktime
$timeywimey = mktime ( $row['chron'] );
这两项都将2011-03-24 12:01:59
转变为1300964519
如果可能,我会将这些分成yy,mm,dd hh,mm