<?php $s = "20180720171534449"; $date = date_create_from_format('YmdHis', substr($s,0,-3)); echo date_format($date, 'Y-m-d H:i:s');
You have javascript disabled. You will not be able to edit any code.