PHP 日期时间函数 strtotime() PHP 日期时间函数 strptime() PHP 日期时间函数 time() PHP 日期时间函数 strtotime() <?php $timestamp = strtotime( "February 15, 2015" ); print date( 'Y-m-d', $timestamp ); ?> PHP 日期时间函数 strptime() PHP 日期时间函数 time()