<?php $opening_date = '2020-01-01T00:00:00+08:00'; $opening_date = date('Y-m-d 00:00:00', strtotime($opening_date)); echo $opening_date;
You have javascript disabled. You will not be able to edit any code.