<?php $db_date = "2/1/2020 02:30:00"; $new_date = date( "Y-m-d" , strtotime($db_date) ); print_r($new_date);
You have javascript disabled. You will not be able to edit any code.